QmlDesigner: fixing warning

Change-Id: I73f47baf1fe48816c74574c068b1deaca4ce89e6
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2013-04-09 12:30:28 +02:00
parent 57ab0b8c65
commit b2ae8e4a30

View File

@@ -1358,7 +1358,7 @@ void ModelValidator::signalHandlerSourceDiffer(SignalHandlerProperty &modelPrope
Q_ASSERT(0);
}
void ModelValidator::shouldBeSignalHandlerProperty(AbstractProperty &modelProperty, const QString &javascript)
void ModelValidator::shouldBeSignalHandlerProperty(AbstractProperty &modelProperty, const QString & /*javascript*/)
{
Q_UNUSED(modelProperty)
Q_ASSERT(modelProperty.isSignalHandlerProperty());