Application: debug implies logdebug
authorMarkus Goetz <markus@woboq.com>
Mon, 22 May 2017 15:54:57 +0000 (17:54 +0200)
committerMarkus Goetz <markus@woboq.com>
Mon, 29 May 2017 20:05:26 +0000 (22:05 +0200)
src/gui/application.cpp

index 4991aac56c3a1e62855acce977462e21d05c65d7..cba117ebbadec39e6695dba7b1fd1255768e1f81 100644 (file)
@@ -438,6 +438,7 @@ void Application::parseOptions(const QStringList &options)
                 showHint("Path for confdir not specified");
             }
         } else if (option == QLatin1String("--debug")) {
+            _logDebug = true;
             _debugMode = true;
         } else if (option == QLatin1String("--version")) {
             _versionOnly = true;