diff options
author | Saturneric <[email protected]> | 2022-05-19 18:41:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-19 18:41:21 +0000 |
commit | 6c884e583326b08aa7e354b47c18cdedaf9308f6 (patch) | |
tree | 4d3a198d9c13aca7693fe12571d961f1ba25b753 /src/core/GpgCoreInit.h | |
parent | fix: solve user manual navbar.md link to downloads (diff) | |
download | GpgFrontend-6c884e583326b08aa7e354b47c18cdedaf9308f6.tar.gz GpgFrontend-6c884e583326b08aa7e354b47c18cdedaf9308f6.zip |
perf: improve initialized and recover process
1. init logging system
2. init ui
3. init main
Diffstat (limited to 'src/core/GpgCoreInit.h')
-rw-r--r-- | src/core/GpgCoreInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgCoreInit.h b/src/core/GpgCoreInit.h index 752fe4c3..150e85e9 100644 --- a/src/core/GpgCoreInit.h +++ b/src/core/GpgCoreInit.h @@ -37,7 +37,7 @@ namespace GpgFrontend { * @brief * */ -void init_logging(); +void GPGFRONTEND_CORE_EXPORT InitLoggingSystem(); /** * @brief |