diff options
| author | Manuel Schneider | 2014-06-03 14:29:54 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-06-03 14:29:54 +0200 |
| commit | c180dbc46d82aceadfe4a01af6000c12db703de8 (patch) | |
| tree | 292b8fc7a8789265b654c06a21bf7917819e67f7 /src/server/mainwindow/mainwindow.h | |
| parent | Merge branch 'master' of git.openslx.org:pvs2 (diff) | |
| download | pvs2-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.h | 1 |
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); |
