summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncserver.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-05-22 15:28:53 +0200
committerBjörn Hagemeister2014-05-22 15:28:53 +0200
commit2834b4e955e8498b4ad4b45ef3bda6c6cf84ba9b (patch)
treebd02cb4e67fef2edcc64ec698ba4be1f8e4a0881 /src/client/vnc/vncserver.h
parentChanged the blinking red dot in toolbar while beeing vnc server to blinking eye. (diff)
parentStop suggesting the user to be recorded: (diff)
downloadpvs2-2834b4e955e8498b4ad4b45ef3bda6c6cf84ba9b.tar.gz
pvs2-2834b4e955e8498b4ad4b45ef3bda6c6cf84ba9b.tar.xz
pvs2-2834b4e955e8498b4ad4b45ef3bda6c6cf84ba9b.zip
Merge branch 'master' of git.openslx.org:pvs2
(Eye icon for VNC streaming) Conflicts: pvsclient.qrc src/client/toolbar/toolbar.cpp
Diffstat (limited to 'src/client/vnc/vncserver.h')
-rw-r--r--src/client/vnc/vncserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/vnc/vncserver.h b/src/client/vnc/vncserver.h
index 790b295..ac45822 100644
--- a/src/client/vnc/vncserver.h
+++ b/src/client/vnc/vncserver.h
@@ -31,7 +31,7 @@ private:
public:
static VncServer *instance();
- bool isVncServerRunning();
+ inline bool isVncServerRunning(){ return _port > 0; }
void start();
void stop();