summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-04 17:28:01 +0100
committerSimon Rettberg2017-12-04 17:28:01 +0100
commit44212ee03b5fb74809decb89cb98e3fc2a86e928 (patch)
treefcd2ebd35d1ea20cca1631af77e0cf4e47783092 /src/client/vnc/vncwindow.h
parent[server] Init qrand before creating main window, so session id is random (diff)
downloadpvs2-44212ee03b5fb74809decb89cb98e3fc2a86e928.tar.gz
pvs2-44212ee03b5fb74809decb89cb98e3fc2a86e928.tar.xz
pvs2-44212ee03b5fb74809decb89cb98e3fc2a86e928.zip
[client] Fix deletion of QThread while still running
Diffstat (limited to 'src/client/vnc/vncwindow.h')
-rw-r--r--src/client/vnc/vncwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/vnc/vncwindow.h b/src/client/vnc/vncwindow.h
index 3247b12..277339c 100644
--- a/src/client/vnc/vncwindow.h
+++ b/src/client/vnc/vncwindow.h
@@ -32,6 +32,7 @@ protected slots:
void onProjectionStarted();
void onProjectionStopped();
void timer_moveToTop();
+ void deleteVncThread();
void open(const QString& host, int port, const QString& passwd, bool ro, bool fullscreen, const QString& caption, const int clientId, const QByteArray& rawThumb);
// bool close();