summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorsr2013-02-05 19:22:13 +0100
committersr2013-02-05 19:22:13 +0100
commitb2163a15224b91866d394cf310c393cc49b7f5b4 (patch)
treeb64ef69bdfec663e6374c1a8ce4cb920bbb64b70 /src/server/mainwindow/mainwindow.h
parent... (diff)
downloadpvs2-b2163a15224b91866d394cf310c393cc49b7f5b4.tar.gz
pvs2-b2163a15224b91866d394cf310c393cc49b7f5b4.tar.xz
pvs2-b2163a15224b91866d394cf310c393cc49b7f5b4.zip
...
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 4ff41dc..076da3f 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -3,13 +3,12 @@
#include <QtGui>
#include <QMainWindow>
+#include "../net/client.h"
class SessionNameWindow;
class ConnectionFrame;
class ListenServer;
class DiscoveryListener;
-class Client;
-class ClientLogin;
namespace Ui
{
@@ -73,7 +72,7 @@ protected slots:
void onClientAuthenticating(Client* client, ClientLogin* request);
void onClientAuthenticated(Client* client);
void onVncServerStateChange(Client* client);
- void onVncClientStateChange(Client* client);
+ void onVncClientStateChange(Client* client, ClientId lastProjectionSource);
};