Revert "QmlDesigner: fix unused variable warning"

already done by Alessandro

Change-Id: I89029aea24535ca29d5b69faab9e342f46e6ccaf
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tim Jenssen
2016-09-23 20:51:02 +02:00
parent dbec6e245f
commit a9c37839dd

View File

@@ -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)
{ {
Q_UNUSED(propertyChange) Q_UNUSED(propertyChange)