summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-07-13 15:35:29 +0200
committerSimon Rettberg2018-07-13 15:35:29 +0200
commitdc38d4c76aa94fb4dfa04794af89c95aafa178c0 (patch)
tree0f8db0869460692e1931b13fac38881c4f36fae1 /src/server/mainwindow/mainwindow.h
parent[server] Unconditionally disable vnc server if no clients left (diff)
downloadpvs2-dc38d4c76aa94fb4dfa04794af89c95aafa178c0.tar.gz
pvs2-dc38d4c76aa94fb4dfa04794af89c95aafa178c0.tar.xz
pvs2-dc38d4c76aa94fb4dfa04794af89c95aafa178c0.zip
[server] Minor cleanups (naming, checks)
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index ba24bae..4e880e6 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -104,8 +104,8 @@ private:
void reloadCurrentRoom();
protected slots:
- void DisableButtons();
- void EnableButtons();
+ void disableButtons();
+ void enableButtons();
void clientCountChanged();
void onSessionNameClick();