aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/AboutDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-10-24 13:22:13 +0000
committerSaturneric <[email protected]>2023-10-24 13:42:16 +0000
commitfa2e87a48acbc32650ca9db073b991729dfba622 (patch)
tree1076f6b2eac737d0559cd78e70b44975c789980e /src/ui/dialog/help/AboutDialog.h
parentfix: solve build issues on macOS (diff)
downloadGpgFrontend-fa2e87a48acbc32650ca9db073b991729dfba622.tar.gz
GpgFrontend-fa2e87a48acbc32650ca9db073b991729dfba622.zip
feat: use module instead of integrated code at version checking task
Diffstat (limited to '')
-rw-r--r--src/ui/dialog/help/AboutDialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/dialog/help/AboutDialog.h b/src/ui/dialog/help/AboutDialog.h
index d8924011..b7871a29 100644
--- a/src/ui/dialog/help/AboutDialog.h
+++ b/src/ui/dialog/help/AboutDialog.h
@@ -28,10 +28,8 @@
#pragma once
-#include "core/GpgContext.h"
#include "ui/GpgFrontendUI.h"
#include "ui/dialog/GeneralDialog.h"
-#include "ui/struct/SoftwareVersion.h"
namespace GpgFrontend::UI {
@@ -88,6 +86,9 @@ class UpdateTab : public QWidget {
*/
explicit UpdateTab(QWidget* parent = nullptr);
+ protected:
+ void showEvent(QShowEvent* event) override;
+
private slots:
/**
* @brief