From c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 1 May 2025 16:39:10 +0200 Subject: refactor: add cmake functions to register module and library --- src/ui/GpgFrontendUIInit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/GpgFrontendUIInit.cpp') diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp index 498640c5..cf7a589f 100644 --- a/src/ui/GpgFrontendUIInit.cpp +++ b/src/ui/GpgFrontendUIInit.cpp @@ -272,7 +272,7 @@ auto RunGpgFrontendUI(QApplication* app) -> int { return QApplication::exec(); } -void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI() {} +void GF_UI_EXPORT DestroyGpgFrontendUI() {} /** * @brief setup the locale and load the translations -- cgit v1.2.3