From 33583f49150216f3bc84520b63bf4be16ace076d Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 29 May 2006 09:24:27 +0000 Subject: *** empty log message *** --- client/control.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/control.h') 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 { -- cgit v1.2.3