From a8b6a97a1ceea1791982f73c27408a2b5268217e Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Mon, 26 May 2014 20:59:52 +0200 Subject: Remove unnecessary slots --- src/server/connectionframe/connectionframe.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/server/connectionframe/connectionframe.h') diff --git a/src/server/connectionframe/connectionframe.h b/src/server/connectionframe/connectionframe.h index 3477721..cfb7fa3 100644 --- a/src/server/connectionframe/connectionframe.h +++ b/src/server/connectionframe/connectionframe.h @@ -38,7 +38,6 @@ private: static const int _startDragDistance = 40; void showDefaultThumb(); - void updateAppearance(); QLabel* addIcon(const QIcon* icon); // Static stylesheets @@ -80,8 +79,7 @@ signals: private slots: void onClientDisconnected(); void onThumbUpdated(Client* client, const QPixmap& thumb); - void onVncServerStateChange(Client* client); - void onVncClientStateChange(Client* client, int lastSource); + void updateAppearance(); }; #endif -- cgit v1.2.3-55-g7522