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/gui/connectionvalidator.h
parent0ae84fad0d718b084dc5bcefc2098ce4f4b8b7a3 (diff)
Use ocis productversion
Diffstat (limited to 'src/gui/connectionvalidator.h')
-rw-r--r--src/gui/connectionvalidator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connectionvalidator.h b/src/gui/connectionvalidator.h
index 34d84e0dd..f8c2a0d34 100644
--- a/src/gui/connectionvalidator.h
+++ b/src/gui/connectionvalidator.h
@@ -142,7 +142,7 @@ private:
*
* Returns false and reports ServerVersionMismatch for very old servers.
*/
- bool setAndCheckServerInfo(const QString &version, const QString &serverProduct);
+ bool checkServerInfo();
QStringList _errors;
AccountPtr _account;