forked from qt-creator/qt-creator
QmlDesigner: fixing warning
Change-Id: I73f47baf1fe48816c74574c068b1deaca4ce89e6 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user