summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-06-03 14:29:54 +0200
committerManuel Schneider2014-06-03 14:29:54 +0200
commitc180dbc46d82aceadfe4a01af6000c12db703de8 (patch)
tree292b8fc7a8789265b654c06a21bf7917819e67f7 /src/server/mainwindow/mainwindow.h
parentMerge branch 'master' of git.openslx.org:pvs2 (diff)
downloadpvs2-c180dbc46d82aceadfe4a01af6000c12db703de8.tar.gz
pvs2-c180dbc46d82aceadfe4a01af6000c12db703de8.tar.xz
pvs2-c180dbc46d82aceadfe4a01af6000c12db703de8.zip
Remove MainWindow::isValidClient. Connect slots not queued.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index a15c12f..7297f6d 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -75,7 +75,6 @@ private:
ConnectionFrame* createFrame();
bool loadPosition(QSettings& settings, const QString& id, int& x, int& y);
void savePosition(ConnectionFrame *cf);
- bool isValidClient(Client* client);
void changeProjection(Client *from, Mode mode = Mode::Broadcast, Client *to = NULL);
void tellClientCurrentSituation(Client* client);
bool isManagerMachine(Client* client);