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
OpenFlipper-Free
OpenFlipper
Commits
becfd709
Commit
becfd709
authored
Mar 06, 2020
by
Jan Möbius
Browse files
Merge branch 'Deprecated_Drag_Command_Removed' into 'master'
Removed depracated Drag and Drop Call of Qt See merge request
!175
parents
5ab17734
8ba78af3
Changes
2
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/QtWidgets/QtBaseViewerDragDrop.cc
View file @
becfd709
...
...
@@ -74,7 +74,7 @@ void QtBaseViewer::startDrag()
mime_data
->
setText
(
view
);
drag
->
setMimeData
(
mime_data
);
drag
->
start
();
drag
->
exec
();
}
...
...
widgets/coreWidget/dragAndDrop.cc
View file @
becfd709
...
...
@@ -121,7 +121,7 @@ void CoreWidget::startDrag ( QMouseEvent* _event )
mime_data
->
setText
(
view
);
drag
->
setMimeData
(
mime_data
);
drag
->
start
();
drag
->
exec
();
}
...
...
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