forked from qt-creator/qt-creator
Tests: Fix compilation
Introduced with 33ad0f1031
.
Change-Id: Icbee16c3e4e771a81e885d3daa3a5386960ecbd8
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
virtual void message(int type, const QString &msg, const QString &fileName, int lineNo)
|
||||
{ print(fileName, lineNo, type, msg); }
|
||||
|
||||
virtual void fileMessage(const QString &msg)
|
||||
virtual void fileMessage(int /*type*/, const QString &msg)
|
||||
{ qWarning("%s", qPrintable(msg)); }
|
||||
|
||||
virtual void aboutToEval(ProFile *, ProFile *, EvalFileType) {}
|
||||
|
Reference in New Issue
Block a user