forked from qt-creator/qt-creator
Remove unused parameter.
This commit is contained in:
@@ -2173,7 +2173,7 @@ bool ASTSignalReference::getSourceLocation(QString *fileName, int *line, int *co
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const Value *ASTSignalReference::value(Context *context) const
|
const Value *ASTSignalReference::value(Context *) const
|
||||||
{
|
{
|
||||||
return engine()->undefinedValue();
|
return engine()->undefinedValue();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user