Skip to content

Commit 8ea29e7

Browse files
committed
Remove --verbose CLI option
- replaced by Logging Categories
1 parent 5a3b6d0 commit 8ea29e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/CLIProcessor.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ void CLIProcessor::parseCLIArgsPreConfig(const QStringList& argList)
104104
<< "--config-file (or -c) : Use an alternative name for the config file\n"
105105
<< "--log-file (or -l) : Use an alternative name for the log file\n"
106106
<< "--user-dir (or -u) : Use an alternative user data directory\n"
107-
<< "--verbose : Even more diagnostic output in logfile \n"
108-
<< " (esp. multimedia handling)\n"
109107
<< "--opengl-compat (or -C) : Request OpenGL Compatibility profile\n"
110108
<< " May help for certain driver configurations.\n"
111109
<< "--low-graphics (or -L) : Force low-graphics mode\n"
@@ -154,9 +152,6 @@ void CLIProcessor::parseCLIArgsPreConfig(const QStringList& argList)
154152
exit(0);
155153
}
156154

157-
if (argsGetOption(argList, "", "--verbose"))
158-
qApp->setProperty("verbose", true);
159-
160155
#ifdef Q_OS_WIN
161156
if (argsGetOption(argList, "-F", "--no-screensaver"))
162157
qApp->setProperty("onetime_inhibit_screensaver", true);

0 commit comments

Comments
 (0)