From e9b4cb4721b7c7f02728e22f92f5ad7a94828521 Mon Sep 17 00:00:00 2001 From: sr Date: Tue, 5 Feb 2013 19:48:39 +0100 Subject: [SERVER] Go back from ClientId to int, so queued signal/slot connections work --- src/server/connectionframe/connectionframe.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/server/connectionframe/connectionframe.h') diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h index ac1a0a8..a4d9ede 100644 --- a/src/server/connectionframe/connectionframe.h +++ b/src/server/connectionframe/connectionframe.h @@ -1,8 +1,7 @@ #ifndef _CONNECTIONFRAME_H_ #define _CONNECTIONFRAME_H_ #include - -class Client; +#include "../net/client.h" class ConnectionFrame : public QGroupBox { @@ -71,7 +70,7 @@ private slots: void onClientDisconnected(); void onThumbUpdated(Client* client, const QPixmap& thumb); void onVncServerStateChange(Client* client); - void onVncClientStateChange(Client* client, ClientId lastSource); + void onVncClientStateChange(Client* client, int lastSource); }; #endif -- cgit v1.2.3-55-g7522