diff options
author | Manuel Schneider | 2014-05-20 13:38:28 +0200 |
---|---|---|
committer | Manuel Schneider | 2014-05-20 13:38:28 +0200 |
commit | 6b3b3b1b4dff54c24a1291fb2787e6e86600ae12 (patch) | |
tree | c791662404877c18cc692f3d36b276490fa399f3 /src/server/net/client.h | |
parent | Changed Layout of helpWindow. Set Icon + Text into QFormLayout. (diff) | |
download | pvs2-6b3b3b1b4dff54c24a1291fb2787e6e86600ae12.tar.gz pvs2-6b3b3b1b4dff54c24a1291fb2787e6e86600ae12.tar.xz pvs2-6b3b3b1b4dff54c24a1291fb2787e6e86600ae12.zip |
Reduce codebase
* Drop Prepare MainWindow::prepareForProjection
* Drop redundant code in prepareForProjection (now unicast)
* Adjust comments
Diffstat (limited to 'src/server/net/client.h')
-rw-r--r-- | src/server/net/client.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server/net/client.h b/src/server/net/client.h index 7bcdc2d..a6d9001 100644 --- a/src/server/net/client.h +++ b/src/server/net/client.h @@ -44,10 +44,8 @@ private: // situation in the GUI in a meaningful way would be hard. int _desiredProjectionSource; - // This boolean tells whether this client is currently the VNC broadcast - // source. This version only allows "one to all others" setups - bool _isProjectionSource; + bool _isProjectionSource; // Tells whether this client is currently the VNC broadcast source. int _currentProjectionSource; QString _vncRwPass, _vncRoPass; @@ -59,7 +57,7 @@ private: // Flag indicating that the client is displaying a remote screen via VNC bool _activeVncClient; - // Flag indicating that the hab been set as a tutor + // Flag indicating that the client has been set as a tutor bool _isTutor; void handleMsg(); |