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
2b2af66d
Commit
2b2af66d
authored
Apr 09, 2010
by
Kai Koehne
Browse files
Fix compilation (release build)
parent
9d62318f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp
View file @
2b2af66d
...
...
@@ -391,7 +391,7 @@ void ObjectNodeInstance::addToNewProperty(QObject *object, QObject *newParent, c
QDeclarativeListReference
list
=
qvariant_cast
<
QDeclarativeListReference
>
(
metaProperty
.
read
());
#ifndef QT_DEBUG
if
(
!
hasFullImplementedListInterface
(
list
Reference
))
if
(
!
hasFullImplementedListInterface
(
list
))
return
;
#endif
...
...
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