QmlDesigner: fix unused variable warning

Change-Id: Icdf8141d539e42dac9b65dd26f69b613677387b9
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tim Jenssen
2016-09-22 19:10:15 +02:00
committed by Tim Jenssen
parent e08b1a070b
commit 77482d2932

View File

@@ -370,7 +370,7 @@ void StatesEditorView::nodeOrderChanged(const NodeListProperty &listProperty, co
resetModel();
}
void StatesEditorView::bindingPropertiesChanged(const QList<BindingProperty> &propertyList, AbstractView::PropertyChangeFlags propertyChange)
void StatesEditorView::bindingPropertiesChanged(const QList<BindingProperty> &propertyList, AbstractView::PropertyChangeFlags /*propertyChange*/)
{
foreach (const BindingProperty &property, propertyList) {
if (property.name() == "when" && QmlModelState::isValidQmlModelState(property.parentModelNode()))