From d75d1a3e507e6a4cc01367df4d7a77012819b95b Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Sun, 10 Oct 2010 22:09:29 +0200 Subject: Fix bug where pressing the closeUp-button sometimes results in no action. --- src/gui/frame.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/frame.h') diff --git a/src/gui/frame.h b/src/gui/frame.h index 8271670..4a3dd11 100644 --- a/src/gui/frame.h +++ b/src/gui/frame.h @@ -74,6 +74,8 @@ public Q_SLOTS: void setLock(); //void unlock(); void setDozent(); + void setCloseUp(bool value); + private Q_SLOTS: void remoteControlClicked(); void remoteControlAllClicked(); @@ -102,6 +104,7 @@ private: bool _isLocked; bool _dozent; int _ux, _uy; + bool _isCloseUp; // for remote control: QPoint _lastRecordedMousePosition; -- cgit v1.2.3-55-g7522