summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 23:38:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 23:40:12 +0200
commita59b3147a68ab67629d76d1c18d53950bfeb0277 (patch)
tree549522adecb1e09a3f1560606374ea5436b28f06 /src/ui/NhekoGlobalObject.h
parentAdd /knock command (diff)
downloadnheko-a59b3147a68ab67629d76d1c18d53950bfeb0277.tar.xz
Add reasons to everything
fixes #1030
Diffstat (limited to 'src/ui/NhekoGlobalObject.h')
-rw-r--r--src/ui/NhekoGlobalObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/NhekoGlobalObject.h b/src/ui/NhekoGlobalObject.h
index 1139cf31..cfcf31fb 100644
--- a/src/ui/NhekoGlobalObject.h
+++ b/src/ui/NhekoGlobalObject.h
@@ -64,7 +64,7 @@ signals:
 
     void openLogoutDialog();
     void openJoinRoomDialog();
-    void joinRoom(QString roomId);
+    void joinRoom(QString roomId, QString reason = "");
 
 private:
     QScopedPointer<UserProfile> currentUser_;