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
92583024
Commit
92583024
authored
Jun 09, 2010
by
Kai Koehne
Browse files
QmlDesigner: Removing unreachable code
Pointed out by static code analysis.
parent
9f86cfaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/formeditorscene.cpp
View file @
92583024
...
...
@@ -223,10 +223,6 @@ void FormEditorScene::dragLeaveEvent(QGraphicsSceneDragDropEvent * event)
currentTool
()
->
dragLeaveEvent
(
event
);
return
;
if
(
m_dragNode
.
isValid
())
{
m_dragNode
.
destroy
();
}
}
void
FormEditorScene
::
dragMoveEvent
(
QGraphicsSceneDragDropEvent
*
event
)
...
...
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