We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904394a commit a1bfa78Copy full SHA for a1bfa78
src/CommandLineParser.cpp
@@ -327,7 +327,7 @@ CommandLineParser::~CommandLineParser()
327
328
void CommandLineParser::usage(const QString &name, const QString &argumentDescription)
329
{
330
- QTextStream cout(stdout, QIODevice::WriteOnly);
+ QTextStream cout(stdout, QIODeviceBase::WriteOnly);
331
cout << "Usage: " << d->argumentStrings[0];
332
if (! name.isEmpty())
333
cout << " " << name;
0 commit comments