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-22 15:19:44 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-22 15:19:44 +0200
commit6112badb087e424d6a6f82301922ccd2c93e178c (patch)
tree3608e8d7d7e55770559659eb3cae99e5e442497e /src/ui/NhekoGlobalObject.h
parentFix device list not showing up and UserProfile blocking the window (diff)
downloadnheko-6112badb087e424d6a6f82301922ccd2c93e178c.tar.xz
Reenable userInfo settings menu
Diffstat (limited to 'src/ui/NhekoGlobalObject.h')
-rw-r--r--src/ui/NhekoGlobalObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/NhekoGlobalObject.h b/src/ui/NhekoGlobalObject.h

index fc35fe22..593514fa 100644 --- a/src/ui/NhekoGlobalObject.h +++ b/src/ui/NhekoGlobalObject.h
@@ -39,6 +39,7 @@ public: UserProfile *currentUser() const; Q_INVOKABLE void openLink(QString link) const; + Q_INVOKABLE void setStatusMessage(QString msg) const; public slots: void updateUserProfile();