summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-06-17 12:31:06 +0200
committerBjörn Hagemeister2014-06-17 12:31:06 +0200
commit1d771836abd9b0ef4bffbfe7f09a6f8ff2cc85db (patch)
tree71b569926f74c6dc2bcbbdab1cb35475f380f129 /src/server/mainwindow/mainwindow.h
parentRemoved _tutorFrame and _selectedFrame out of MainWindow to prevent possible ... (diff)
downloadpvs2-1d771836abd9b0ef4bffbfe7f09a6f8ff2cc85db.tar.gz
pvs2-1d771836abd9b0ef4bffbfe7f09a6f8ff2cc85db.tar.xz
pvs2-1d771836abd9b0ef4bffbfe7f09a6f8ff2cc85db.zip
Moved method isManagerMachine() from MainWindow to Client.
isManagerMachine() is now called just once directly in lockScreen().
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 dbef1b1..851dc84 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -76,7 +76,6 @@ private:
void savePosition(ConnectionFrame *cf);
void changeProjection(Client *from, Mode mode = Mode::Broadcast, Client *to = NULL);
void tellClientCurrentSituation(Client* client);
- bool isManagerMachine(Client* client);
void reset();
void closeEvent(QCloseEvent *e);