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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-24 16:07:36 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-25 15:21:44 +0300
commite81625c9706ac5280fed65f6b8af141963860072 (patch)
tree9ce22eeb4bc3c88c834921818627c253b0bbdb57 /src/libsync/account.h
parent0ae84fad0d718b084dc5bcefc2098ce4f4b8b7a3 (diff)
Use ocis productversion
Diffstat (limited to 'src/libsync/account.h')
-rw-r--r--src/libsync/account.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/libsync/account.h b/src/libsync/account.h
index 4b174485d..4230e563c 100644
--- a/src/libsync/account.h
+++ b/src/libsync/account.h
@@ -168,19 +168,6 @@ public:
bool hasCapabilities() const;
-
- /** Access the server version
- *
- * For servers >= 10.0.0, this can be the empty string until capabilities
- * have been received.
- */
- QString serverVersionString() const;
- QVersionNumber serverVersion() const;
-
- QString serverProductName() const;
-
- void setServerInfo(const QString &version, const QString &product);
-
/** Whether the server is too old.
*
* Not supporting server versions is a gradual process. There's a hard
@@ -224,7 +211,7 @@ signals:
// e.g. when the approved SSL certificates changed
void wantsAccountSaved(Account *acc);
- void serverVersionChanged(Account *account, const QString &newVersion, const QString &oldVersion);
+ void serverVersionChanged();
void accountChangedAvatar();
void accountChangedDisplayName();
@@ -255,8 +242,6 @@ private:
QSet<QSslCertificate> _approvedCerts;
Capabilities _capabilities;
- QString _serverVersion;
- QString _serverProduct;
QuotaInfo *_quotaInfo;
QPointer<AccessManager> _am;
QScopedPointer<AbstractCredentials> _credentials;