summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-06-03 14:32:25 +0200
committerBjörn Hagemeister2014-06-03 14:32:25 +0200
commitde2c4f9c416c8c630d8f772cc4f5e9a3aae97842 (patch)
tree0358ffb84881c66711e95a9e7380c92a48c92ec6 /src/server/mainwindow/mainwindow.h
parentPut searching for client with specific id into method, getClientFromId(int id). (diff)
parentRemove MainWindow::isValidClient. Connect slots not queued. (diff)
downloadpvs2-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.h1
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);