diff options
author | saturneric <[email protected]> | 2023-10-24 07:55:29 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-24 07:55:29 +0000 |
commit | 52f809414e485f81e58a0aa3fec99bd27e38c9cf (patch) | |
tree | 21bc601b510e01eec1b38ae256f6c252533ef91f /src/ui/dialog/help/AboutDialog.h | |
parent | fix: solve some issues on log system (diff) | |
download | GpgFrontend-52f809414e485f81e58a0aa3fec99bd27e38c9cf.tar.gz GpgFrontend-52f809414e485f81e58a0aa3fec99bd27e38c9cf.zip |
feat: try to use GRT as a info exchange center of modules and ui
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/help/AboutDialog.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ui/dialog/help/AboutDialog.h b/src/ui/dialog/help/AboutDialog.h index 0caaf64b..d8924011 100644 --- a/src/ui/dialog/help/AboutDialog.h +++ b/src/ui/dialog/help/AboutDialog.h @@ -88,19 +88,13 @@ class UpdateTab : public QWidget { */ explicit UpdateTab(QWidget* parent = nullptr); - /** - * @brief Get the Latest Version object - * - */ - void getLatestVersion(); - private slots: /** * @brief * * @param version */ - void slot_show_version_status(const SoftwareVersion& version); + void slot_show_version_status(); signals: /** |