diff options
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
| -rw-r--r-- | src/server/mainwindow/mainwindow.h | 10 |
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; |
