Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
181e7086
Commit
181e7086
authored
Jul 15, 2010
by
Olivier Goffart
Browse files
QmlJsDelta: attempt to keep the ast node in sync
parent
2b95bb2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljsinspector/qmljslivetextpreview.cpp
View file @
181e7086
...
...
@@ -215,6 +215,7 @@ void QmlJSLiveTextPreview::documentChanged(QmlJS::Document::Ptr doc)
Delta
delta
;
m_debugIds
=
delta
(
m_previousDoc
,
doc
,
m_debugIds
);
m_initialTable
[
doc
->
fileName
()]
=
m_debugIds
;
m_previousDoc
=
doc
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment