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:
authorFabian Müller <fmueller@owncloud.com>2021-03-15 19:16:45 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2021-03-31 12:43:26 +0300
commit3ecdfcc97636c3fb160aa86a12c7cb67b6d682f6 (patch)
tree5abef86f232c751439c7a23975f89fd2e341087b /src/gui/application.h
parent79979c82e8cc67f7fe3b608506d5215c3025f272 (diff)
Add --language parameter
Can be used by users to overwrite the language, e.g., for testing, or if the auto-detection doesn't work.
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index e44f1e486..0e37cdb6a 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -136,6 +136,7 @@ private:
bool _logDebug;
bool _userTriggeredConnect;
bool _debugMode;
+ QString _userEnforcedLanguage;
ClientProxy _proxy;