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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 4b75241..8405e4a 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -49,8 +49,12 @@ private:
static const qint64 _buttonBlockTime = 600;
// Internal stuff
- bool _broadcast;
- bool _lockOthers;
+ enum class Mode {
+ Idle,
+ Broadcast,
+ Multicast,
+ LockedMulticast
+ } _mode;
Client * _streamingSource;
QMap<int, Client*> _watchers;