diff options
author | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
---|---|---|
committer | Thomas Preud'homme <robotux@celest.fr> | 2019-02-03 00:10:52 +0000 |
commit | 9b10c21f5cad0e2ec27d23c59e65af7141a226f3 (patch) | |
tree | bf81d75a9ed990bb76488c502767600fcf7550b7 /HelpDialog.h | |
parent | 594fcba67600704bee9115c86e18927b2237b304 (diff) |
New upstream version 1.6.1.3
Diffstat (limited to 'HelpDialog.h')
-rw-r--r-- | HelpDialog.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/HelpDialog.h b/HelpDialog.h index 91e5dbc..cb47606 100644 --- a/HelpDialog.h +++ b/HelpDialog.h @@ -29,6 +29,11 @@ class HelpDialog : public QDialog { ~HelpDialog(); static std::string getWebSite(); static std::string getUpdateUrl(); + + #ifdef ULTRACOPIER_INTERNET_SUPPORT + void newUpdate(const std::string &version) const; + void noNewUpdate() const; + #endif protected: /// \brief To re-translate the ui void changeEvent(QEvent *e); @@ -43,6 +48,11 @@ class HelpDialog : public QDialog { #endif // ULTRACOPIER_DEBUG void on_pushButtonAboutQt_clicked(); void on_pushButtonCrash_clicked(); + void on_checkUpdate_clicked(); + #ifdef ULTRACOPIER_INTERNET_SUPPORT + signals: + void checkUpdate(); + #endif }; #endif // DIALOG_H |