Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
0531e800
Commit
0531e800
authored
14 years ago
by
Thomas Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
QmlDesigner.visualEditor: avoid crash
parent
adcf6a57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/qmldesigner/components/formeditor/dragtool.cpp
+3
-0
3 additions, 0 deletions
src/plugins/qmldesigner/components/formeditor/dragtool.cpp
with
3 additions
and
0 deletions
src/plugins/qmldesigner/components/formeditor/dragtool.cpp
+
3
−
0
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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment