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:
authorChristian Kamm <kamm@incasoftware.de>2015-04-23 15:51:06 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-04-23 16:47:49 +0300
commit28306e5dfbeb2b08ff63fbbf41e44cbd3bfb2051 (patch)
tree7090a10d8b78cdbf10be890d5d43fd8ca5403fae /src/gui/accountstate.h
parent89bb58ac30e656d761bf5f8f38a0d1ab77ca01ba (diff)
Move AccountState::displayName to Account.
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 2dae899ab..917575084 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -85,9 +85,6 @@ public:
/// connection status and errors.
void checkConnectivity();
- // The name of the account as shown in the toolbar
- QString displayName();
-
private:
void setState(State state);