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.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 7f77ee6..fabc11a 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -49,14 +49,8 @@ private:
static const qint64 _buttonBlockTime = 600;
// Internal stuff
- enum class State {
- Idle,
- Unicast,
- ExclusiveUnicast,
- Broadcast
- } _state;
-
-
+ bool _broadcast;
+ bool _lockOthers;
Client * _streamingSource;
QList<ConnectionFrame*> _clientFrames;