diff options
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index 9b490c0f..0e68aa57 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -40,6 +40,18 @@ namespace GpgFrontend::UI { void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *); /** + * @brief + * + */ +void GPGFRONTEND_UI_EXPORT InitUILoggingSystem(); + +/** + * @brief + * + */ +void GPGFRONTEND_UI_EXPORT ShutdownUILoggingSystem(); + +/** * @brief run main window */ int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *); |