summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
diff options
context:
space:
mode:
authorManuel Schneider2014-07-21 23:51:00 +0200
committerManuel Schneider2014-07-21 23:51:00 +0200
commitc22a2b47bbd955caf25109b276c823b94f2a7c81 (patch)
tree02be8509ff93d5004da355a08b1592b0ee69f100 /src/server/net/client.h
parentFinally implemented one click projectionsource change (diff)
downloadpvs2-c22a2b47bbd955caf25109b276c823b94f2a7c81.tar.gz
pvs2-c22a2b47bbd955caf25109b276c823b94f2a7c81.tar.xz
pvs2-c22a2b47bbd955caf25109b276c823b94f2a7c81.zip
Correct indenting by tabs
Diffstat (limited to 'src/server/net/client.h')
-rw-r--r--src/server/net/client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/net/client.h b/src/server/net/client.h
index c4afd16..61b6a5b 100644
--- a/src/server/net/client.h
+++ b/src/server/net/client.h
@@ -33,8 +33,8 @@ public:
inline const QString& host() const { return _host; }
inline const QString ip() const { return _socket->peerAddress().toString(); }
inline const int id() const { return _id; }
- inline const int projectionSource() const { return _projectionSource; }
- inline const bool isActiveVncClient() const { return _isActiveVncClient; }
+ inline const int projectionSource() const { return _projectionSource; }
+ inline const bool isActiveVncClient() const { return _isActiveVncClient; }
inline const bool isActiveVncServer() const { return _vncPort > 0; }
inline const bool isLocked() const { return _locked; }
inline const bool isWatcher() const { return _isWatcher; }
@@ -65,8 +65,8 @@ private:
int _id; // this client's unique id
QString _vncRwPass, _vncRoPass;
int _vncPort; // VNCserver state. Greater 0 -> active on this port. Equals 0 -> no server.
- int _projectionSource; // VNCclient state. The source the client was or is connected to (depends on _isActiveVncClient)
- bool _isActiveVncClient; // VNCclient state. indicating that the client is displaying a remote screen via VNC
+ int _projectionSource; // VNCclient state. The source the client was or is connected to (depends on _isActiveVncClient)
+ bool _isActiveVncClient; // VNCclient state. indicating that the client is displaying a remote screen via VNC
bool _isTutor; // Flag indicating that the client has been set as a tutor
bool _isWatcher; // Flag indicates that the client should watch to VNC Server.