MCPcopy Create free account
hub / github.com/KDE/gwenview / executeDrag

Method executeDrag

lib/documentview/documentview.cpp:384–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 void executeDrag()
385 {
386 if (mDrag) {
387 if (mAdapter->imageView()) {
388 mAdapter->imageView()->resetDragCursor();
389 }
390 mDrag->exec(Qt::MoveAction | Qt::CopyAction | Qt::LinkAction, Qt::CopyAction);
391 }
392 }
393
394 void initDragThumbnailProvider()
395 {

Callers 2

dragThumbnailLoadedMethod · 0.80

Calls 3

resetDragCursorMethod · 0.80
imageViewMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected