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:
authorOlivier Goffart <ogoffart@woboq.com>2015-06-26 14:30:19 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-06-26 14:32:02 +0300
commit7757886ebc7e98a29b1e2f05bc51432a8794c36e (patch)
tree2ef04f2d95629031e90f8d28f35b350d6271793f /src/gui/owncloudgui.h
parent61a1a0bb2daa5bdc45b3a40e4bb5c8a1b906defd (diff)
SystemTray menu: remove the quota information
It makes no sens anymore with multi account and users will see it from the dialog anyway.
Diffstat (limited to 'src/gui/owncloudgui.h')
-rw-r--r--src/gui/owncloudgui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/owncloudgui.h b/src/gui/owncloudgui.h
index 33f7084d2..a45543674 100644
--- a/src/gui/owncloudgui.h
+++ b/src/gui/owncloudgui.h
@@ -17,7 +17,6 @@
#include "systray.h"
#include "connectionvalidator.h"
#include "progressdispatcher.h"
-#include "quotainfo.h"
#include <QObject>
#include <QPointer>
@@ -56,7 +55,6 @@ public slots:
void slotShowTrayMessage(const QString &title, const QString &msg);
void slotShowOptionalTrayMessage(const QString &title, const QString &msg);
void slotFolderOpenAction( const QString& alias );
- void slotRefreshQuotaDisplay( qint64 total, qint64 used );
void slotRebuildRecentMenus();
void slotUpdateProgress(const QString &folder, const ProgressInfo& progress);
void slotShowGuiMessage(const QString &title, const QString &message);
@@ -95,7 +93,6 @@ private:
QAction *_actionLogout;
QAction *_actionSettings;
- QAction *_actionQuota;
QAction *_actionStatus;
QAction *_actionEstimate;
QAction *_actionRecent;