summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/vnc/vncwindow.h')
-rw-r--r--src/client/vnc/vncwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/vnc/vncwindow.h b/src/client/vnc/vncwindow.h
index 396e2de..60e4835 100644
--- a/src/client/vnc/vncwindow.h
+++ b/src/client/vnc/vncwindow.h
@@ -37,8 +37,8 @@ public:
protected slots:
void onUpdateImage(const int x, const int y, const int w, const int h);
- void onThreadFinished();
void onProjectionStarted();
+ void onProjectionStopped();
void open(const QString& host, int port, const QString& passwd, bool ro, bool fullscreen, const QString& caption, const int clientId);
@@ -62,6 +62,7 @@ private:
QMap<unsigned int, bool> _modkeys;
int _clientId;
int _redrawTimer;
+ int _tcpTimeoutTimer;
bool eventFilter(QObject *obj, QEvent *event);
void keyPressEvent(QKeyEvent* event);