diff options
author | deva <deva> | 2006-04-15 11:08:03 +0000 |
---|---|---|
committer | deva <deva> | 2006-04-15 11:08:03 +0000 |
commit | 2cb888629f5c78507eaa544fc1dbd6404b7327b7 (patch) | |
tree | 7aea2ce0a17e427095b817e32edee303677c8cf5 /client/control.h | |
parent | afdd0a07be6a669cdd8343fc033f170395b470c0 (diff) |
*** empty log message ***
Diffstat (limited to 'client/control.h')
-rw-r--r-- | client/control.h | 6 |
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; |