Skip to content
Snippets Groups Projects
Commit a5e88571 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix a warning about unused parameters.

Reviewed-By: Roberto Raggi
parent f9f99091
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ QString QMakeParser::name() const
void QMakeParser::stdOutput(const QString & line)
{
Q_UNUSED(line)
}
void QMakeParser::stdError(const QString & line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment