From 2b99384efd2926f6dc2abe29c793113bbb9f804f Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Tue, 27 May 2014 14:34:38 +0200 Subject: Put the clients adaption to current class room situation into method. Now clients who where just inactive also follow immediatly the actual actions. --- src/server/mainwindow/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/mainwindow/mainwindow.h') 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); -- cgit v1.2.3-55-g7522