aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-08-03 17:44:04 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-08-03 17:45:57 +0200
commit1958940b029a7ea55d3ad870e87c23dc4b2e0802 (patch)
tree5d117655ac8a4238ad7d636e3aa8c94894d62a45
parentacd0d8cb600289c22e599cc61f44ea8f34dd164a (diff)
compile fix
Change-Id: I6bea04e8e4a6bf74fcfe7c70459924ff2443176d Reviewed-on: http://codereview.qt.nokia.com/2584 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
-rw-r--r--src/plugins/qmldesigner/designercore/include/componenttextmodifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/designercore/include/componenttextmodifier.h b/src/plugins/qmldesigner/designercore/include/componenttextmodifier.h
index fb73985681..a7145b7b41 100644
--- a/src/plugins/qmldesigner/designercore/include/componenttextmodifier.h
+++ b/src/plugins/qmldesigner/designercore/include/componenttextmodifier.h
@@ -74,6 +74,7 @@ private:
int m_componentStartOffset;
int m_componentEndOffset;
int m_rootStartOffset;
+ int m_startLength;
};
} // namespace QmlDesigner