diff options
author | saturneric <[email protected]> | 2024-01-05 12:55:15 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-05 12:55:15 +0000 |
commit | 644aa4397b03dbef73f8bfedc13925b51cad836b (patch) | |
tree | 7788d1cd2f0687dd8e576b111d9990c580092e7a /src/ui/GpgFrontendUIInit.h | |
parent | fix: slove some known issues (diff) | |
download | GpgFrontend-644aa4397b03dbef73f8bfedc13925b51cad836b.tar.gz GpgFrontend-644aa4397b03dbef73f8bfedc13925b51cad836b.zip |
feat: integrate logging api to core
Diffstat (limited to 'src/ui/GpgFrontendUIInit.h')
-rw-r--r-- | src/ui/GpgFrontendUIInit.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index 42c00c5a..fd62f3f6 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -45,24 +45,12 @@ void GPGFRONTEND_UI_EXPORT PreInitGpgFrontendUI(); void GPGFRONTEND_UI_EXPORT InitGpgFrontendUI(QApplication *); /** - * @brief - * - */ -void GPGFRONTEND_UI_EXPORT InitUILoggingSystem(spdlog::level::level_enum level); - -/** * @brief init the UI library * */ void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI(); /** - * @brief - * - */ -void GPGFRONTEND_UI_EXPORT ShutdownUILoggingSystem(); - -/** * @brief run main window */ auto GPGFRONTEND_UI_EXPORT RunGpgFrontendUI(QApplication *) -> int; |