summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.h
diff options
context:
space:
mode:
authorManuel Schneider2014-04-23 18:10:36 +0200
committerManuel Schneider2014-04-23 18:10:36 +0200
commitb487c8b74252ac995d183da8908414238b00cb72 (patch)
treea678f29a19d28c270dde6ac8dad9402f3b118fb4 /src/client/vnc/vncthread.h
parentProper translated concect string (diff)
downloadpvs2-b487c8b74252ac995d183da8908414238b00cb72.tar.gz
pvs2-b487c8b74252ac995d183da8908414238b00cb72.tar.xz
pvs2-b487c8b74252ac995d183da8908414238b00cb72.zip
Made vnc thread stoppable from outside. Thread kills itself. If the vnc
connection cannot be established a timeout kills the thread after a short period of time.
Diffstat (limited to 'src/client/vnc/vncthread.h')
-rw-r--r--src/client/vnc/vncthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/vnc/vncthread.h b/src/client/vnc/vncthread.h
index 23530ec..17e991d 100644
--- a/src/client/vnc/vncthread.h
+++ b/src/client/vnc/vncthread.h
@@ -133,6 +133,7 @@ public:
signals:
void imageUpdated(const int x, const int y, const int w, const int h);
void projectionStarted();
+ void projectionStopped();
};