summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorManuel Schneider2014-05-28 17:44:35 +0200
committerManuel Schneider2014-05-28 17:44:35 +0200
commit92e7d3f1a52c4ba75ef93d88181ff6fa6f3d4e69 (patch)
tree96c9faca319bed92ca3f55082cd04bc563532c79 /src/server/mainwindow/mainwindow.h
parentGive Exclusive student to tutor correct funtion. Kill all projections on lock. (diff)
downloadpvs2-92e7d3f1a52c4ba75ef93d88181ff6fa6f3d4e69.tar.gz
pvs2-92e7d3f1a52c4ba75ef93d88181ff6fa6f3d4e69.tar.xz
pvs2-92e7d3f1a52c4ba75ef93d88181ff6fa6f3d4e69.zip
Uncheck lock if any action is performed.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 25eb9aa..89361c9 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -78,6 +78,7 @@ private:
bool isValidClient(Client* client);
void changeProjection(Client *from, Mode mode = Mode::Broadcast, Client *to = NULL);
void tellClientCurrentSituation(Client* client);
+ void reset();
void closeEvent(QCloseEvent *e);
void changeEvent(QEvent *e);