forked from qt-creator/qt-creator
QmlDesigner: Fix warning
Change-Id: I77f2963957ec0679485e5582b79edd13a57beee9 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -600,6 +600,8 @@ bool RewriterView::nodeContainsCursor(const ModelNode &node, int cursorPosition)
|
|||||||
|
|
||||||
if (isInNodeDefinition(nodeTextOffset, nodeTextLength, cursorPosition))
|
if (isInNodeDefinition(nodeTextOffset, nodeTextLength, cursorPosition))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RewriterView::renameId(const QString& oldId, const QString& newId)
|
bool RewriterView::renameId(const QString& oldId, const QString& newId)
|
||||||
|
|||||||
Reference in New Issue
Block a user