QmlDesigner: avoid comment in comment warning on MSVC2010

Change-Id: I10c65028b730d3cbc05dac3114c64b8ba785e5c0
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Tim Jenssen
2014-07-24 15:40:54 +02:00
parent 9b89379745
commit 5cc17e6e4b

View File

@@ -299,7 +299,7 @@ void FormEditorView::propertiesRemoved(const QList<AbstractProperty> &/*property
{
}
void FormEditorView::customNotification(const AbstractView */*view*/, const QString &identifier, const QList<ModelNode> &/*nodeList*/, const QList<QVariant> &/*data*/)
void FormEditorView::customNotification(const AbstractView * /*view*/, const QString &identifier, const QList<ModelNode> &/*nodeList*/, const QList<QVariant> &/*data*/)
{
if (identifier == QStringLiteral("puppet crashed"))
m_dragTool->clearMoveDelay();