summary refs log tree commit diff
path: root/src/ui/NhekoGlobalObject.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-30 12:41:44 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-30 12:41:44 +0200
commit53fcf7f428d8d7ef2390f5877fe8f682ba9971d3 (patch)
treed54963f2dc5d025d8ef9a396b95fdaa26fc3ea56 /src/ui/NhekoGlobalObject.h
parentTry to get rid of an allocation (diff)
downloadnheko-53fcf7f428d8d7ef2390f5877fe8f682ba9971d3.tar.xz
Port remaining sidebar actions to qml
Diffstat (limited to 'src/ui/NhekoGlobalObject.h')
-rw-r--r--src/ui/NhekoGlobalObject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/NhekoGlobalObject.h b/src/ui/NhekoGlobalObject.h

index 593514fa..14135fd1 100644 --- a/src/ui/NhekoGlobalObject.h +++ b/src/ui/NhekoGlobalObject.h
@@ -40,6 +40,10 @@ public: Q_INVOKABLE void openLink(QString link) const; Q_INVOKABLE void setStatusMessage(QString msg) const; + Q_INVOKABLE void showUserSettingsPage() const; + Q_INVOKABLE void openLogoutDialog() const; + Q_INVOKABLE void openCreateRoomDialog() const; + Q_INVOKABLE void openJoinRoomDialog() const; public slots: void updateUserProfile();