summaryrefslogtreecommitdiff
path: root/HelpDialog.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-24 00:13:45 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-24 00:13:46 +0000
commit0fa6fb5a53789434e6ef57af39ab9024b7ec7d50 (patch)
tree9854613566cca815292f6fcad8e4d678afa30a9a /HelpDialog.h
parent2124f782c35cd832460d070186eaf72d935c1bdb (diff)
parentb00b0c864574c3842effe1705b66066fa228f950 (diff)
merge patched into master
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);