aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUI.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-31 06:30:17 +0000
committersaturneric <[email protected]>2024-07-31 06:30:17 +0000
commitd59edb61ce24794fd0ee5ec1a4daf79f1943e0ac (patch)
tree04cde0aa0671ac66de1176c07b22ea18989345bd /src/ui/GpgFrontendUI.h
parentfix: addressing some of the significant deficiencies identified (diff)
downloadGpgFrontend-d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac.tar.gz
GpgFrontend-d59edb61ce24794fd0ee5ec1a4daf79f1943e0ac.zip
fix: symbol export headers relative path
Diffstat (limited to 'src/ui/GpgFrontendUI.h')
-rw-r--r--src/ui/GpgFrontendUI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h
index 39c39686..6eac6b16 100644
--- a/src/ui/GpgFrontendUI.h
+++ b/src/ui/GpgFrontendUI.h
@@ -35,7 +35,7 @@
#include <QtWidgets>
// ui symbol exports macro
-#include "GpgFrontendUIExport.h"
+#include "ui/GpgFrontendUIExport.h"
// private declare area of ui
#ifdef GF_UI_PRIVATE