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
0531e800
Commit
0531e800
authored
Apr 06, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.visualEditor: avoid crash
parent
adcf6a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/dragtool.cpp
View file @
0531e800
...
...
@@ -155,6 +155,9 @@ void DragTool::createQmlItemNode(const ItemLibraryInfo &itemLibraryRepresentatio
void
DragTool
::
createQmlItemNodeFromImage
(
const
QString
&
imageName
,
QmlItemNode
parentNode
,
QPointF
scenePos
)
{
if
(
!
parentNode
.
isValid
())
return
;
QmlDesignerItemLibraryDragAndDrop
::
CustomDragAndDrop
::
hide
();
MetaInfo
metaInfo
=
MetaInfo
::
global
();
...
...
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