We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f1c96 commit d6b379bCopy full SHA for d6b379b
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