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
e7ae2466
Commit
e7ae2466
authored
Nov 25, 2010
by
Marco Bubke
Browse files
QmlDesigner.NodeInstances: Don't raise exception for null object
parent
f84e428f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/objectnodeinstance.cpp
View file @
e7ae2466
...
...
@@ -764,9 +764,6 @@ QObject* ObjectNodeInstance::createObject(const QString &typeName, int majorNumb
QDeclarativeEngine
::
setObjectOwnership
(
object
,
QDeclarativeEngine
::
CppOwnership
);
if
(
object
==
0
)
throw
InvalidNodeInstanceException
(
__LINE__
,
__FUNCTION__
,
__FILE__
);
return
object
;
}
...
...
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