diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 23:38:38 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-30 23:40:12 +0200 |
commit | a59b3147a68ab67629d76d1c18d53950bfeb0277 (patch) | |
tree | 549522adecb1e09a3f1560606374ea5436b28f06 /src/ui/NhekoGlobalObject.h | |
parent | Add /knock command (diff) | |
download | nheko-a59b3147a68ab67629d76d1c18d53950bfeb0277.tar.xz |
Add reasons to everything
fixes #1030
Diffstat (limited to 'src/ui/NhekoGlobalObject.h')
-rw-r--r-- | src/ui/NhekoGlobalObject.h | 2 |
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_; |