summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-05-27 14:34:38 +0200
committerBjörn Hagemeister2014-05-27 14:34:38 +0200
commit2b99384efd2926f6dc2abe29c793113bbb9f804f (patch)
tree1a61ccf4db65d9086b6a3a7bd0e915ef57028999 /src/server/mainwindow/mainwindow.h
parentBy pushing reset button, also unlock all currently locked screens. (diff)
downloadpvs2-2b99384efd2926f6dc2abe29c793113bbb9f804f.tar.gz
pvs2-2b99384efd2926f6dc2abe29c793113bbb9f804f.tar.xz
pvs2-2b99384efd2926f6dc2abe29c793113bbb9f804f.zip
Put the clients adaption to current class room situation into method.
Now clients who where just inactive also follow immediatly the actual actions.
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 97d9dc3..91346c7 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -79,6 +79,7 @@ private:
bool isValidClient(Client* client);
void broadcast(Client *from);
void multicast(Client *from, Client *to, bool blockOthers = false);
+ void tellClientCurrentSituation(Client* client);
void closeEvent(QCloseEvent *e);
void changeEvent(QEvent *e);