summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index fabc11a..4b75241 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -52,6 +52,7 @@ private:
bool _broadcast;
bool _lockOthers;
Client * _streamingSource;
+ QMap<int, Client*> _watchers;
QList<ConnectionFrame*> _clientFrames;
ListenServer *_listenServer;