summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-27 01:24:49 +0200
committerManuel Schneider2014-05-27 01:24:49 +0200
commitcf03683a0485ba757f4496ddc1ae92267d682595 (patch)
tree27bef0c5f7b2fd83cd5a77410fd165e4271b91f3 /src/server/mainwindow/mainwindow.h
parentUse enums for modes since not all combinations of _broadcast and _lockOthers ... (diff)
downloadpvs2-cf03683a0485ba757f4496ddc1ae92267d682595.tar.gz
pvs2-cf03683a0485ba757f4496ddc1ae92267d682595.tar.xz
pvs2-cf03683a0485ba757f4496ddc1ae92267d682595.zip
Dont emit _currentProjectionSource in signal vncClientStateChange . (not used)
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 8405e4a..97d9dc3 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -113,6 +113,6 @@ protected slots:
void onClientAuthenticating(Client* client, ClientLogin* request);
void onClientAuthenticated(Client* client);
void onVncServerStateChange(Client* client);
- void onVncClientStateChange(Client* client, int lastProjectionSource);
+ void onVncClientStateChange(Client* client);
};
#endif