summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2014-05-22 13:25:14 +0200
committerTim Jenssen <tim.jenssen@digia.com>2014-05-22 14:59:11 +0200
commitc014325d19f3fb966b7d217f119f785972b5145a (patch)
treee3f6fda4fd053f18ebb11047905c1809ba64c0bd /src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
parentb0ffe15a5363b643e857684784c2b57b7dad9c9f (diff)
downloadqt-creator-c014325d19f3fb966b7d217f119f785972b5145a.tar.gz
QmlDesigner: rename nodeId -> internalNodeId
Change-Id: I8f038479f31a282db256144a3254e438eb6a629f Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/components/stateseditor/stateseditorview.h')
-rw-r--r--src/plugins/qmldesigner/components/stateseditor/stateseditorview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h b/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
index 0f21597b5d..a7c1b0a481 100644
--- a/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
+++ b/src/plugins/qmldesigner/components/stateseditor/stateseditorview.h
@@ -47,7 +47,7 @@ public:
explicit StatesEditorView(QObject *parent = 0);
~StatesEditorView();
- void renameState(int nodeId,const QString &newName);
+ void renameState(int internalNodeId,const QString &newName);
bool validStateName(const QString &name) const;
QString currentStateName() const;
void setCurrentState(const QmlModelState &state);