summaryrefslogtreecommitdiff
path: root/client/control.h
diff options
context:
space:
mode:
authordeva <deva>2006-04-14 14:37:56 +0000
committerdeva <deva>2006-04-14 14:37:56 +0000
commitafdd0a07be6a669cdd8343fc033f170395b470c0 (patch)
treef5422200c992ae43e9aef42136aab24578fbbfd0 /client/control.h
parente5dc1f42337228bf367ae8ea28469a8eef4861bd (diff)
*** empty log message ***
Diffstat (limited to 'client/control.h')
-rw-r--r--client/control.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/control.h b/client/control.h
index 5f28f0a..a72ed82 100644
--- a/client/control.h
+++ b/client/control.h
@@ -29,7 +29,6 @@
#include <QMutex>
#include <QString>
-#include <QImage>
/**
* Class for the global control object.
@@ -52,9 +51,13 @@ public:
bool isFrozen();
bool isRecording();
+ bool isScreenshot();
+ void takeScreenshot();
+
private:
bool frozen;
bool recording;
+ bool screenshot;
QMutex mutex;
QString cpr;