From afdd0a07be6a669cdd8343fc033f170395b470c0 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 14 Apr 2006 14:37:56 +0000 Subject: *** empty log message *** --- client/control.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/control.h') diff --git a/client/control.h b/client/control.h index 5f28f0a..a72ed82 100644 --- a/client/control.h +++ b/client/control.h @@ -29,7 +29,6 @@ #include #include -#include /** * Class for the global control object. @@ -52,9 +51,13 @@ public: bool isFrozen(); bool isRecording(); + bool isScreenshot(); + void takeScreenshot(); + private: bool frozen; bool recording; + bool screenshot; QMutex mutex; QString cpr; -- cgit v1.2.3