summaryrefslogtreecommitdiffstats
path: root/src/server/net/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/net/client.h')
-rw-r--r--src/server/net/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/net/client.h b/src/server/net/client.h
index 61d1740..d5942e8 100644
--- a/src/server/net/client.h
+++ b/src/server/net/client.h
@@ -36,6 +36,7 @@ public:
inline const int currentProjectionSource() const { return _currentProjectionSource; }
inline const bool isActiveVncClient() const { return _currentProjectionSource > 0; }
inline const bool isActiveVncServer() const { return _vncPort > 0; }
+ inline const bool isLocked() const { return _locked; }
// Setters
inline void setTutor(bool enable){ _isTutor = enable; }
@@ -79,6 +80,7 @@ signals:
void thumbUpdated(Client* client, const QPixmap& thumb);
void vncServerStateChange(Client* client);
void vncClientStateChange(Client* client);
+ void stateChanged();
void disconnected();
private slots: