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:
authorMarkus Goetz <markus@woboq.com>2015-07-04 13:56:06 +0300
committerMarkus Goetz <markus@woboq.com>2015-07-04 13:56:06 +0300
commited0fb76cd7a19adef19f72ffc22f84162028864a (patch)
tree6ac30bfc5476f6b0dbf9ee00c0209d6a484dbf97 /src/gui/application.h
parentae69ff032b4d7a9faba5ba63e1eea66820dd23e7 (diff)
parent263fa5882bbac3f841274475f9545ab52c36b198 (diff)
Merge pull request #3404 from owncloud/fix-2702
Command Line: clear error hint with wrong command line options
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 57697f2c3..366d0fd73 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -56,6 +56,7 @@ public:
bool giveHelp();
void showHelp();
+ void showHint(std::string errorHint);
bool debugMode();
void showSettingsDialog();