summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-26 20:59:52 +0200
committerManuel Schneider2014-05-26 20:59:52 +0200
commita8b6a97a1ceea1791982f73c27408a2b5268217e (patch)
treef0bd01a5071a3ebe730937ab74cfab7164f931fb /src/server/connectionframe/connectionframe.h
parentSeveral changes: (diff)
downloadpvs2-a8b6a97a1ceea1791982f73c27408a2b5268217e.tar.gz
pvs2-a8b6a97a1ceea1791982f73c27408a2b5268217e.tar.xz
pvs2-a8b6a97a1ceea1791982f73c27408a2b5268217e.zip
Remove unnecessary slots
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