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:
authorChristian Kamm <mail@ckamm.de>2016-03-02 13:59:36 +0300
committerChristian Kamm <mail@ckamm.de>2016-03-02 14:54:22 +0300
commitf66c28900aa78533972169d3f8d56b3a02b2b108 (patch)
tree0248830c30ca25b761c61784b46afa0666192ea0 /src/gui/owncloudgui.h
parent40c109597e57c3425337b71bb43a906b59b0a4b9 (diff)
Add warnings for old server versions #4523
* A tray message on every start up * Red message in account settings * Folders are paused when the server version switches to an unsupported one
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index e5c8f2013..9405fa577 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -77,6 +77,7 @@ public slots:
void slotHelp();
void slotOpenPath(const QString& path);
void slotAccountStateChanged();
+ void slotTrayMessageIfServerUnsupported(Account *account);
void slotShowShareDialog(const QString &sharePath, const QString &localPath, bool resharingAllowed);
void slotRemoveDestroyedShareDialogs();