Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-01-04 19:22:56 +0300
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-01-04 19:22:56 +0300
commitaa9921c6f57f76f79f7f8e98d535019951cd9ab9 (patch)
tree1b1b339c374e9837937caa307c37498a2049a4ba /src/gui/systray.h
parentd653618b0aa2578afdd3489b52b9032fa8221bb2 (diff)
Quit/settings button in tray menu, disable context menu, font size fixes
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Diffstat (limited to 'src/gui/systray.h')
-rw-r--r--src/gui/systray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/systray.h b/src/gui/systray.h
index bb02eecef..b2254841c 100644
--- a/src/gui/systray.h
+++ b/src/gui/systray.h
@@ -53,6 +53,8 @@ public:
signals:
void currentUserChanged();
+ void openSettings();
+ void shutdown();
Q_INVOKABLE void hideWindow();
Q_INVOKABLE void showWindow();