diff options
author | deva <deva> | 2006-05-29 09:24:27 +0000 |
---|---|---|
committer | deva <deva> | 2006-05-29 09:24:27 +0000 |
commit | 33583f49150216f3bc84520b63bf4be16ace076d (patch) | |
tree | 00f75da9204fffd681c808863492a7e8c4a9e636 /client/control.h | |
parent | d86028ba3e6c0db3c1f56077f481b3bebf883d86 (diff) |
*** empty log message ***
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 { |