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
Tobias Hunger
qt-creator
Commits
00561850
Commit
00561850
authored
Dec 07, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.model: nice qDebug output for ModelNode
parent
b851b5c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/model/modelnode.cpp
View file @
00561850
...
...
@@ -834,7 +834,7 @@ QDebug operator<<(QDebug debug, const ModelNode &modelNode)
{
if
(
modelNode
.
isValid
())
{
debug
.
nospace
()
<<
"ModelNode("
<<
modelNode
.
internal
Node
().
data
()
<<
", "
<<
modelNode
.
internal
Id
()
<<
", "
<<
modelNode
.
type
()
<<
", "
<<
modelNode
.
id
()
<<
')'
;
}
else
{
...
...
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