Skip to content
Snippets Groups Projects
Commit 4aaf461d authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

QmlDesigner: Fix MSVC warning


warning: C4138: '*/' found outside of comment

Change-Id: I71e46d131e0720b1272e38e5ecea4c368d8213d1
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 82426b37
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ void ImportManagerView::auxiliaryDataChanged(const ModelNode &/*node*/, const Pr
}
void ImportManagerView::customNotification(const AbstractView */*view*/, const QString &/*identifier*/, const QList<ModelNode> &/*nodeList*/, const QList<QVariant> &/*data*/)
void ImportManagerView::customNotification(const AbstractView * /*view*/, const QString &/*identifier*/, const QList<ModelNode> &/*nodeList*/, const QList<QVariant> &/*data*/)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment