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:
authorJocelyn Turcotte <jturcotte@woboq.com>2015-02-19 18:54:34 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2015-02-19 18:57:16 +0300
commit03e23da6a319f0608747d7fb3ce287d47704b550 (patch)
tree2042fc781c30d630a5830d258a80da5cb619e192 /src/gui/application.h
parent2ddaf5a06ac53e061ac8d9d989b2597c62c6066a (diff)
Show the settings also when no arguments are passed
sendMessage would only be called if there were options to be sent to the running application. Fix the issue by having explicitly named messages and always send the show settings message. Issue #2374
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index e96876054..411eb9aea 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -73,7 +73,7 @@ signals:
void folderStateChanged(Folder*);
protected slots:
- void slotParseOptions( const QString&, QObject* );
+ void slotParseMessage(const QString&, QObject*);
void slotCheckConnection();
void slotUpdateConnectionErrors(int accountState);
void slotStartUpdateDetector();