Application: debug implies logdebug

This commit is contained in:
Markus Goetz 2017-05-22 17:54:57 +02:00
parent f88431adbf
commit 42751f87d9

View file

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