QmlDesigner: fix warning

Change-Id: I78ccdcc43bf9d34a4b3549a6aad59e6164f2d166
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-04-02 14:57:20 +02:00
parent 71fab3f714
commit 221dabf543

View File

@@ -186,7 +186,7 @@ void DebugView::bindingPropertiesChanged(const QList<BindingProperty> &propertyL
}
}
void DebugView::signalHandlerPropertiesChanged(const QVector<SignalHandlerProperty> &propertyList, AbstractView::PropertyChangeFlags propertyChange)
void DebugView::signalHandlerPropertiesChanged(const QVector<SignalHandlerProperty> &propertyList, AbstractView::PropertyChangeFlags /*propertyChange*/)
{
if (isDebugViewEnabled()) {
QTextStream message;