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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-08-05 15:49:16 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-08-05 16:33:51 +0300
commit646890abb3e3268d806840dc77443d07143ae26e (patch)
treec45233e1c923cd672c6a8c0213bf40351705ba3b /src/gui/accountstate.h
parentcad33de8249909f43fcba9a13291dae102148910 (diff)
SettingsDialog: use the same short display name on Win/Linux than on Mac
Issue #3516
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 36ee4adb7..d5412aa35 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -89,6 +89,9 @@ public:
/** Returns a new settings object for this account, already in the right groups. */
std::unique_ptr<QSettings> settings();
+ /** display name with two lines that is displayed in the settings */
+ QString shortDisplayNameForSettings() const;
+
private:
void setState(State state);