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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-04-26 11:59:17 +0300
committerHannah von Reth <vonreth@kde.org>2021-04-26 12:20:45 +0300
commit3cfd49a7c9585114a228c882e12554298fabd8a7 (patch)
tree6cb7dcfdf1c521e2444d502f202ed5c4bf10d606 /src/gui/application.h
parentf77a043b8cb8de578d228b7c485b659705af44dd (diff)
Display command line argument hints on in Windows popup
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 0e37cdb6a..3540eaf52 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -61,7 +61,7 @@ public:
bool giveHelp();
void showHelp();
- void showHint(std::string errorHint);
+ void showHint(const QString &errorHint);
bool debugMode();
bool versionOnly(); // only display the version?
void showVersion();