From 62fb9fd2b4d6e1d8e0c06f70bb7ba08b1f286be7 Mon Sep 17 00:00:00 2001 From: sr Date: Tue, 5 Feb 2013 19:00:11 +0100 Subject: [SERVER/CLIENT] Wait for connection to close properly before deleting socket object --- src/server/connectionframe/connectionframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/connectionframe/connectionframe.h') diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h index ccb32a8..cc7ab05 100644 --- a/src/server/connectionframe/connectionframe.h +++ b/src/server/connectionframe/connectionframe.h @@ -68,7 +68,7 @@ signals: void clicked(ConnectionFrame* frame); private slots: - void onClientDisconnected(QObject* client); + void onClientDisconnected(); void onThumbUpdated(Client* client, const QPixmap& thumb); void onVncServerStateChange(Client* client); void onVncClientStateChange(Client* client); -- cgit v1.2.3-55-g7522