diff options
author | saturneric <[email protected]> | 2023-03-31 19:14:23 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-03-31 19:14:23 +0000 |
commit | d15c83a1697d3798ed19261d2be617099d33a4ad (patch) | |
tree | d449ca25b8b7d2eb43e6dfe6187113d96876222c /src/ui/dialog/help/AboutDialog.h | |
parent | fix: solve ui issues in network settings (diff) | |
download | GpgFrontend-d15c83a1697d3798ed19261d2be617099d33a4ad.tar.gz GpgFrontend-d15c83a1697d3798ed19261d2be617099d33a4ad.zip |
fix: solve codacy issues
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/help/AboutDialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/help/AboutDialog.h b/src/ui/dialog/help/AboutDialog.h index 09a63734..6d7ce265 100644 --- a/src/ui/dialog/help/AboutDialog.h +++ b/src/ui/dialog/help/AboutDialog.h @@ -80,7 +80,6 @@ class UpdateTab : public QWidget { QLabel* upgrade_label_; ///< QProgressBar* pb_; ///< QString current_version_; ///< - QPushButton* download_button_; ///< public: /** |