diff options
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
| -rw-r--r-- | src/server/mainwindow/mainwindow.h | 1 |
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); |
