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
Marco Bubke
flatpak-qt-creator
Commits
acbb8cd5
Commit
acbb8cd5
authored
Sep 29, 2010
by
Marco Bubke
Browse files
QmlDesigner.Model: All nodes includes also non tree nodes
parent
989d609b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/model/model.cpp
View file @
acbb8cd5
...
...
@@ -1227,7 +1227,7 @@ QList<InternalNodePointer> ModelPrivate::allNodes() const
nodeList
.
append
(
m_rootInternalNode
);
nodeList
.
append
(
m_rootInternalNode
->
allSubNodes
());
nodeList
.
append
((
m_nodeSet
-
nodeList
.
toSet
()).
toList
());
return
nodeList
;
}
...
...
Write
Preview
Markdown
is supported
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