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
cbf3b665
Commit
cbf3b665
authored
Jan 12, 2010
by
Marco Bubke
Browse files
Remove qDebug
parent
06fb416e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/selectiontool.cpp
View file @
cbf3b665
...
...
@@ -137,7 +137,6 @@ void SelectionTool::mouseReleaseEvent(const QList<QGraphicsItem*> &/*itemList*/,
QGraphicsSceneMouseEvent
*
event
)
{
if
(
m_singleSelectionManipulator
.
isActive
())
{
qDebug
()
<<
__FUNCTION__
<<
"single"
;
m_singleSelectionManipulator
.
end
(
event
->
scenePos
());
}
else
if
(
m_rubberbandSelectionManipulator
.
isActive
())
{
...
...
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