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-12 19:52:51 +0300
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-01-12 19:52:51 +0300
commit1c2916052d4ab9e4645443fda70d7aa4c94c412f (patch)
tree2612cda4dcc6c9ce2916c81847a547c55ef90602 /src/gui/systray.h
parentb76da25ef119e21d1b8eeb683924a31f0cf28469 (diff)
Bunch of fixes and optimizations for activityList
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, 1 insertions, 1 deletions
diff --git a/src/gui/systray.h b/src/gui/systray.h
index 60a44a3f9..7125c1090 100644
--- a/src/gui/systray.h
+++ b/src/gui/systray.h
@@ -69,7 +69,7 @@ signals:
Q_INVOKABLE void hideWindow();
Q_INVOKABLE void showWindow();
-private slots:
+public slots:
void slotChangeActivityModel();
private: