forked from qt-creator/qt-creator
QmlDesigner: fix unused variable warning
Change-Id: Icdf8141d539e42dac9b65dd26f69b613677387b9 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -370,7 +370,7 @@ void StatesEditorView::nodeOrderChanged(const NodeListProperty &listProperty, co
|
|||||||
resetModel();
|
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) {
|
foreach (const BindingProperty &property, propertyList) {
|
||||||
if (property.name() == "when" && QmlModelState::isValidQmlModelState(property.parentModelNode()))
|
if (property.name() == "when" && QmlModelState::isValidQmlModelState(property.parentModelNode()))
|
||||||
|
Reference in New Issue
Block a user