forked from qt-creator/qt-creator
QmlDesigner: avoid comment in comment warning on MSVC2010
Change-Id: I10c65028b730d3cbc05dac3114c64b8ba785e5c0 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user