diff options
author | deva <deva> | 2006-04-14 14:37:56 +0000 |
---|---|---|
committer | deva <deva> | 2006-04-14 14:37:56 +0000 |
commit | afdd0a07be6a669cdd8343fc033f170395b470c0 (patch) | |
tree | f5422200c992ae43e9aef42136aab24578fbbfd0 /client/control.h | |
parent | e5dc1f42337228bf367ae8ea28469a8eef4861bd (diff) |
*** empty log message ***
Diffstat (limited to 'client/control.h')
-rw-r--r-- | client/control.h | 5 |
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; |