summaryrefslogtreecommitdiff
path: root/client/control.h
diff options
context:
space:
mode:
authordeva <deva>2006-04-15 11:08:03 +0000
committerdeva <deva>2006-04-15 11:08:03 +0000
commit2cb888629f5c78507eaa544fc1dbd6404b7327b7 (patch)
tree7aea2ce0a17e427095b817e32edee303677c8cf5 /client/control.h
parentafdd0a07be6a669cdd8343fc033f170395b470c0 (diff)
*** empty log message ***
Diffstat (limited to 'client/control.h')
-rw-r--r--client/control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/control.h b/client/control.h
index a72ed82..1563f3d 100644
--- a/client/control.h
+++ b/client/control.h
@@ -51,13 +51,13 @@ public:
bool isFrozen();
bool isRecording();
- bool isScreenshot();
- void takeScreenshot();
+ // bool isScreenshot();
+ // void takeScreenshot();
private:
bool frozen;
bool recording;
- bool screenshot;
+ // bool screenshot;
QMutex mutex;
QString cpr;