summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSteffen Ritter2018-06-12 13:39:49 +0200
committerSteffen Ritter2018-06-12 13:39:49 +0200
commit9e5d9dc04b5162a014e5ae342c6e1ac6321a570e (patch)
tree78933c45749d3d0172fe774da0d552f85cc99243 /src/server/mainwindow/mainwindow.h
parent[client] Fix: read mgr state before init leads to hybrid toggle not appearing (diff)
downloadpvs2-9e5d9dc04b5162a014e5ae342c6e1ac6321a570e.tar.gz
pvs2-9e5d9dc04b5162a014e5ae342c6e1ac6321a570e.tar.xz
pvs2-9e5d9dc04b5162a014e5ae342c6e1ac6321a570e.zip
[server] Handle client disconnects
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 6a0db89..a07e710 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -103,11 +103,10 @@ private:
void reloadCurrentRoom();
- void clientCountChanged();
-
protected slots:
void DisableButtons();
void EnableButtons();
+ void clientCountChanged();
void onSessionNameClick();
void onSessionNameUpdate();