diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6ef5a7bc..4383bb21 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,18 +97,18 @@ int main(int argc, char* argv[]) { // clean something before exit atexit(before_exit); - // init the logging system - init_logging_system(); - - // init the logging system for core - GpgFrontend::InitLoggingSystem(); - // initialize qt resources Q_INIT_RESOURCE(gpgfrontend); // create qt application auto* app = init_qapplication(argc, argv); + // init the logging system + init_logging_system(); + + // init the logging system for core + GpgFrontend::InitLoggingSystem(); + /** * internationalisation. loop to restart main window * with changed translation when settings change. |