From 0d3d853f8414bd383fa1caea8a9322cb7854e5f3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 16 Nov 2017 14:21:23 +0100 Subject: Fix SSL on Qt5 --- src/server/mainwindow/mainwindow.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/mainwindow') diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index ac59481..6a0db89 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -103,11 +103,12 @@ private: void reloadCurrentRoom(); - void DisableButtons(); - void EnableButtons(); void clientCountChanged(); protected slots: + void DisableButtons(); + void EnableButtons(); + void onSessionNameClick(); void onSessionNameUpdate(); -- cgit v1.2.3-55-g7522