summaryrefslogtreecommitdiff
path: root/HelpDialog.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-23 23:49:48 +0000
commitbd56579c7d9de94c17287adefa118290e6b7ba33 (patch)
tree666d7d0b6945b442573b7a3145969f66a53aa460 /HelpDialog.h
parentb3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc (diff)
New upstream version 1.4.0.3
Diffstat (limited to 'HelpDialog.h')
-rw-r--r--HelpDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/HelpDialog.h b/HelpDialog.h
index 2a2fd32..91e5dbc 100644
--- a/HelpDialog.h
+++ b/HelpDialog.h
@@ -27,8 +27,8 @@ class HelpDialog : public QDialog {
HelpDialog();
/// \brief Destruct the object
~HelpDialog();
- static QString getWebSite();
- static QString getUpdateUrl();
+ static std::string getWebSite();
+ static std::string getUpdateUrl();
protected:
/// \brief To re-translate the ui
void changeEvent(QEvent *e);