summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-09-24 21:32:06 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-10-09 17:14:33 -0400
commite9ed12e27bcbc4f4a256e8e3840c1022fd14872e (patch)
tree8dc718d860600c88e9f9d36650d438f849f2fd47 /src/ui/NhekoGlobalObject.h
parentMerge pull request #743 from LorenDB/qmlLogout (diff)
downloadnheko-e9ed12e27bcbc4f4a256e8e3840c1022fd14872e.tar.xz
QML the join room dialog
Diffstat (limited to 'src/ui/NhekoGlobalObject.h')
-rw-r--r--src/ui/NhekoGlobalObject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/NhekoGlobalObject.h b/src/ui/NhekoGlobalObject.h

index 64aad941..c70813c5 100644 --- a/src/ui/NhekoGlobalObject.h +++ b/src/ui/NhekoGlobalObject.h
@@ -50,7 +50,6 @@ public: Q_INVOKABLE void showUserSettingsPage() const; Q_INVOKABLE void logout() const; Q_INVOKABLE void openCreateRoomDialog() const; - Q_INVOKABLE void openJoinRoomDialog() const; Q_INVOKABLE void reparent(QWindow *win) const; public slots: @@ -61,6 +60,8 @@ signals: void profileChanged(); void openLogoutDialog(); + void openJoinRoomDialog(); + void joinRoom(QString roomId); private: QScopedPointer<UserProfile> currentUser_;