From 44212ee03b5fb74809decb89cb98e3fc2a86e928 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 4 Dec 2017 17:28:01 +0100 Subject: [client] Fix deletion of QThread while still running --- src/client/vnc/vncwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/vnc/vncwindow.h') 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(); -- cgit v1.2.3-55-g7522