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>2018-02-21 17:12:21 +0300
committerCamila San <hello@camila.codes>2018-05-31 22:56:55 +0300
commit1b587a12416f4a80841f002dd708a83789250600 (patch)
treee32cd811e80532a6a520b626018717933bada4cb /src/gui/accountstate.h
parent311307e8cb1fededd57ba258a26d4053d42943be (diff)
ConnectionValidator::Status use Q_ENUM
So no need to have a manual conversion to QString This is only used in debug message anyway.
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index 96b840c64..573b084ff 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -94,7 +94,6 @@ public:
ConnectionStatus connectionStatus() const;
QStringList connectionErrors() const;
- static QString connectionStatusString(ConnectionStatus status);
State state() const;
static QString stateString(State state);