File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments