From 2ff971878d4d69a41821b49f0058eebe71f324a4 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 20 Oct 2018 22:13:51 +0200 Subject: [PATCH] Enable debug logging on Fedora --- src/core/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/main.cpp b/src/core/main.cpp index 931dc5be..4c3c0456 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -58,6 +58,7 @@ #include #include #include +#include #include #ifdef HAVE_DBUS # include @@ -202,6 +203,8 @@ int main(int argc, char* argv[]) { Q_INIT_RESOURCE(data); Q_INIT_RESOURCE(icons); + QLoggingCategory::defaultCategory()->setEnabled(QtDebugMsg, true); + Application app; // Network proxy