MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / dragMoveEvent

Method dragMoveEvent

src_gui/graphicsview.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void GraphicsView::dragMoveEvent(QDragMoveEvent* event) {
40 QGraphicsView::dragMoveEvent(event);
41}
42
43void GraphicsView::dropEvent(QDropEvent* event) {
44 QGraphicsView::dropEvent(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected