diff options
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index 947d26e4..b14b43b9 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -42,7 +42,7 @@ void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *); * @brief * */ -void GPGFRONTEND_UI_EXPORT InitUILoggingSystem(); +void GPGFRONTEND_UI_EXPORT InitUILoggingSystem(spdlog::level::level_enum level); /** * @brief @@ -53,6 +53,6 @@ void GPGFRONTEND_UI_EXPORT ShutdownUILoggingSystem(); /** * @brief run main window */ -int GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *); +auto GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *) -> int; }; // namespace GpgFrontend::UI |