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

github.com/owncloud/client.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 16:40:34 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-06-26 16:43:19 +0300
commite7d76461516df14dcdb2f128d5cde6ef81f545d8 (patch)
treebe829a623950e949f5f432c10f942ad04d4e6d2a /src/gui/accountstate.h
parent7757886ebc7e98a29b1e2f05bc51432a8794c36e (diff)
QuotaInfo: only request the quota when the UI is visible
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index a2c3c60e2..d3a72ce9a 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -25,7 +25,6 @@ class QSettings;
namespace OCC {
-class QuotaInfo;
class AccountState;
class Account;
class AbstractCredentials;
@@ -82,8 +81,6 @@ public:
bool isConnected() const;
bool isConnectedOrTemporarilyUnavailable() const;
- QuotaInfo *quotaInfo();
-
/// Triggers a ping to the server to update state and
/// connection status and errors.
void checkConnectivity();
@@ -106,7 +103,6 @@ protected Q_SLOTS:
private:
AccountPtr _account;
- QuotaInfo *_quotaInfo;
State _state;
ConnectionStatus _connectionStatus;
QStringList _connectionErrors;