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:
authorKlaas Freitag <freitag@owncloud.com>2015-06-03 21:43:31 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-06-09 09:35:15 +0300
commitc8cb604c18d6bce0a1bc12260a24ad6c85d33403 (patch)
treeef507397d6f0fff245d5b3f9c6f1bb8b640b86ee /src/gui/application.h
parent5b65bbf8e5da2eacf8508e54641b85db44fa9061 (diff)
Updater: Do a tray notification if a new update is available.
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index d82343d93..4f596d857 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -84,6 +84,7 @@ protected slots:
void slotAccountStateRemoved(AccountState *accountState);
void slotAccountStateChanged(int state);
void slotCrash();
+ void slotNotifyAboutAvailableUpdate();
private:
void setHelp();