summary refs log tree commit diff
path: root/src/dialogs/JoinRoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/JoinRoom.h')
-rw-r--r--src/dialogs/JoinRoom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dialogs/JoinRoom.h b/src/dialogs/JoinRoom.h
index 5919f08f..0c2f47d7 100644
--- a/src/dialogs/JoinRoom.h
+++ b/src/dialogs/JoinRoom.h
@@ -20,6 +20,9 @@ protected:
         void paintEvent(QPaintEvent *event) override;
         void showEvent(QShowEvent *event) override;
 
+private slots:
+        void handleInput();
+
 private:
         FlatButton *confirmBtn_;
         FlatButton *cancelBtn_;