diff options
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; |