From aa5c44814f34d1c255ba6be3828d465e64f9cf2f Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Mon, 26 May 2014 21:48:36 +0200 Subject: Replace states by two flags indicating the state --- src/server/mainwindow/mainwindow.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/server/mainwindow/mainwindow.h') 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 _clientFrames; -- cgit v1.2.3-55-g7522