diff options
Diffstat (limited to 'src/ui/GpgFrontendUIInit.cpp')
-rw-r--r-- | src/ui/GpgFrontendUIInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |