OSDN Git Service

QmlDesigner.Model: Fix wrong function name
authorMarco Bubke <marco.bubke@nokia.com>
Wed, 1 Dec 2010 17:42:34 +0000 (18:42 +0100)
committerMarco Bubke <marco.bubke@nokia.com>
Wed, 1 Dec 2010 17:42:34 +0000 (18:42 +0100)
src/plugins/qmldesigner/designercore/model/abstractview.cpp

index 068abf4..7c2b613 100644 (file)
@@ -339,7 +339,7 @@ ModelNode AbstractView::modelNodeForInternalId(qint32 internalId)
      return ModelNode(model()->m_d->nodeForInternalId(internalId), model(), this);
 }
 
-bool AbstractView::hasModelNodeInternalId(qint32 internalId) const
+bool AbstractView::hasModelNodeForInternalId(qint32 internalId) const
 {
     return model()->m_d->hasNodeForInternalId(internalId);
 }