Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ed1fbc94
Commit
ed1fbc94
authored
May 06, 2011
by
Thomas Hartmann
Browse files
QmlDesigner.textToModelMerger: fix for link
Fixes:
d05992d0
Reviewed-by: Christian Kamm
parent
74d65c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp
View file @
ed1fbc94
...
...
@@ -301,6 +301,7 @@ public:
,
m_link
(
m_context
,
snapshot
,
importPaths
)
,
m_scopeBuilder
(
m_context
,
doc
)
{
m_link
(
doc
,
&
m_diagnosticLinkMessages
);
m_lookupContext
=
LookupContext
::
create
(
doc
,
*
m_context
,
QList
<
AST
::
Node
*>
());
// cheaper than calling m_scopeBuilder.initializeRootScope()
*
m_context
=
*
m_lookupContext
->
context
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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