diff options
| author | Björn Hagemeister | 2014-06-03 14:32:25 +0200 |
|---|---|---|
| committer | Björn Hagemeister | 2014-06-03 14:32:25 +0200 |
| commit | de2c4f9c416c8c630d8f772cc4f5e9a3aae97842 (patch) | |
| tree | 0358ffb84881c66711e95a9e7380c92a48c92ec6 /src/server/mainwindow/mainwindow.h | |
| parent | Put searching for client with specific id into method, getClientFromId(int id). (diff) | |
| parent | Remove MainWindow::isValidClient. Connect slots not queued. (diff) | |
| download | pvs2-de2c4f9c416c8c630d8f772cc4f5e9a3aae97842.tar.gz pvs2-de2c4f9c416c8c630d8f772cc4f5e9a3aae97842.tar.xz pvs2-de2c4f9c416c8c630d8f772cc4f5e9a3aae97842.zip | |
Merge branch 'master' of git.openslx.org:pvs2
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 1c15e32..b75d082 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); |
