summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/connectionframe/connectionframe.h')
-rw-r--r--src/server/connectionframe/connectionframe.h4
1 files changed, 1 insertions, 3 deletions
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