From ff6448bcd32f63496ec35511e8a932236b1f6018 Mon Sep 17 00:00:00 2001 From: HanzZ Date: Mon, 28 Jan 2013 08:03:14 +0100 Subject: [PATCH] Communi: initBackendLogging before QCoreApplication --- backends/libcommuni/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/libcommuni/main.cpp b/backends/libcommuni/main.cpp index 99b3bc58..d2013b50 100644 --- a/backends/libcommuni/main.cpp +++ b/backends/libcommuni/main.cpp @@ -33,10 +33,10 @@ int main (int argc, char* argv[]) { return 1; } - QCoreApplication app(argc, argv); - Logging::initBackendLogging(cfg); + QCoreApplication app(argc, argv); + Swift::QtEventLoop eventLoop;