aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendApplication.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 14:39:10 +0000
committersaturneric <[email protected]>2025-05-01 14:39:10 +0000
commitc48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d (patch)
tree45f3f09ccf9f38975881e4ce49901c0ae42ae3cc /src/ui/GpgFrontendApplication.h
parentfix: icon on linux platfrom (diff)
downloadGpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.tar.gz
GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.zip
refactor: add cmake functions to register module and library
Diffstat (limited to 'src/ui/GpgFrontendApplication.h')
-rw-r--r--src/ui/GpgFrontendApplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendApplication.h b/src/ui/GpgFrontendApplication.h
index a48d636b..f2850c96 100644
--- a/src/ui/GpgFrontendApplication.h
+++ b/src/ui/GpgFrontendApplication.h
@@ -32,7 +32,7 @@
namespace GpgFrontend::UI {
-class GPGFRONTEND_UI_EXPORT GpgFrontendApplication : public QApplication {
+class GF_UI_EXPORT GpgFrontendApplication : public QApplication {
Q_OBJECT
public:
/**