diff options
Diffstat (limited to 'client/control.h')
-rw-r--r-- | client/control.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/control.h b/client/control.h index cdc8bc4..b2baba5 100644 --- a/client/control.h +++ b/client/control.h @@ -58,6 +58,9 @@ public: // bool isScreenshot(); // void takeScreenshot(); + bool getShot(); + bool getFreeze(); + private: bool frozen; bool recording; @@ -66,6 +69,9 @@ private: QMutex mutex; QString cpr; + + bool getfreeze; + bool getshot; }; namespace MIaV { |