summaryrefslogtreecommitdiffstats
path: root/src/server/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/net')
-rw-r--r--src/server/net/client.h6
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();