diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index f44d7ad3..71e517da 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,6 +29,9 @@ INITIALIZE_EASYLOGGINGPP int main(int argc, char* argv[]) { + + el::Loggers::addFlag(el::LoggingFlag::AutoSpacing); + Q_INIT_RESOURCE(gpgfrontend); QApplication app(argc, argv); |