summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmakelib/tst_qmakelib.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmakelib/tst_qmakelib.h')
-rw-r--r--tests/auto/tools/qmakelib/tst_qmakelib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/qmakelib/tst_qmakelib.h b/tests/auto/tools/qmakelib/tst_qmakelib.h
index acfeb43ecd..b4a4d95b6f 100644
--- a/tests/auto/tools/qmakelib/tst_qmakelib.h
+++ b/tests/auto/tools/qmakelib/tst_qmakelib.h
@@ -91,7 +91,7 @@ public:
{ print(fileName, lineNo, type, msg); }
virtual void fileMessage(int type, const QString &msg)
- { Q_UNUSED(type) doPrint(msg); }
+ { Q_UNUSED(type); doPrint(msg); }
virtual void aboutToEval(ProFile *, ProFile *, EvalFileType) {}
virtual void doneWithEval(ProFile *) {}