summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-05-22 15:05:07 +0200
committerBjörn Hagemeister2014-05-22 15:05:07 +0200
commit899eeb4975efa9458fe32ffec162014cb8324c86 (patch)
treea17c723830d3109b0c88a1255b24eb5f1a3b0dee /src/client/toolbar/toolbar.h
parentRefactor ambigious projectionsSoure to BroadcastSource (diff)
downloadpvs2-899eeb4975efa9458fe32ffec162014cb8324c86.tar.gz
pvs2-899eeb4975efa9458fe32ffec162014cb8324c86.tar.xz
pvs2-899eeb4975efa9458fe32ffec162014cb8324c86.zip
Changed the blinking red dot in toolbar while beeing vnc server to blinking eye.
Diffstat (limited to 'src/client/toolbar/toolbar.h')
-rw-r--r--src/client/toolbar/toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.h b/src/client/toolbar/toolbar.h
index de09b87..f01e4ef 100644
--- a/src/client/toolbar/toolbar.h
+++ b/src/client/toolbar/toolbar.h
@@ -43,7 +43,7 @@ private:
QTimer _blinkTimer;
ServerConnection *_connection;
VncWindow *_vnc;
- const QPixmap _cam32, _camOff32;
+ const QPixmap _cam32, _beWatchedEye;
void leaveEvent(QEvent* e);
void enterEvent(QEvent* e);