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>2021-04-26 12:19:35 +0300
committerHannah von Reth <vonreth@kde.org>2021-04-26 16:40:37 +0300
commit5af91c4cde9dfdc0ad86a9e0eb7bc6a398b77f58 (patch)
treebc4a7aabb3f21b4f047c70e73aeb90350ef3f27c /src/gui/application.h
parent0a54f225c009e61a72ff7783e7b60b69c5088c75 (diff)
Use a proper member instead of a property
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 3540eaf52..a18f349d0 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -70,6 +70,8 @@ public:
ownCloudGui *gui() const;
+ QString displayLanguage() const;
+
public slots:
// TODO: this should not be public
void slotownCloudWizardDone(int);
@@ -137,6 +139,7 @@ private:
bool _userTriggeredConnect;
bool _debugMode;
QString _userEnforcedLanguage;
+ QString _displayLanguage;
ClientProxy _proxy;