forked from qt-creator/qt-creator
Fix a warning about unused parameters.
Reviewed-By: Roberto Raggi
This commit is contained in:
@@ -44,6 +44,7 @@ QString QMakeParser::name() const
|
||||
|
||||
void QMakeParser::stdOutput(const QString & line)
|
||||
{
|
||||
Q_UNUSED(line)
|
||||
}
|
||||
|
||||
void QMakeParser::stdError(const QString & line)
|
||||
|
||||
Reference in New Issue
Block a user