aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendUIInit.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/GpgFrontendUIInit.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/GpgFrontendUIInit.h')
-rw-r--r--src/ui/GpgFrontendUIInit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h
index afdbc2ab..7c139c1a 100644
--- a/src/ui/GpgFrontendUIInit.h
+++ b/src/ui/GpgFrontendUIInit.h
@@ -36,35 +36,35 @@ namespace GpgFrontend::UI {
* @brief
*
*/
-void GPGFRONTEND_UI_EXPORT PreInitGpgFrontendUI();
+void GF_UI_EXPORT PreInitGpgFrontendUI();
/**
* @brief init the UI library
*
*/
-void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *);
+void GF_UI_EXPORT InitGpgFrontendUI(QApplication *);
/**
* @brief
*
*/
-void GPGFRONTEND_UI_EXPORT WaitingAllInitializationFinished();
+void GF_UI_EXPORT WaitingAllInitializationFinished();
/**
* @brief init the UI library
*
*/
-void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI();
+void GF_UI_EXPORT DestroyGpgFrontendUI();
/**
* @brief run main window
*/
-auto GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *) -> int;
+auto GF_UI_EXPORT RunGpgFrontendUI(QApplication *) -> int;
/**
* @brief
*
*/
-void GPGFRONTEND_UI_EXPORT InitModulesTranslations();
+void GF_UI_EXPORT InitModulesTranslations();
}; // namespace GpgFrontend::UI