forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
{
|
||||
Q_UNUSED(propertyChange)
|
||||
|
||||
|
Reference in New Issue
Block a user