forked from qt-creator/qt-creator
QmlDesigner: fix warning
Change-Id: I78ccdcc43bf9d34a4b3549a6aad59e6164f2d166 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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()) {
|
if (isDebugViewEnabled()) {
|
||||||
QTextStream message;
|
QTextStream message;
|
||||||
|
|||||||
Reference in New Issue
Block a user