MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / dragLeaveEvent

Method dragLeaveEvent

launcher/ui/instanceview/InstanceView.cpp:630–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void InstanceView::dragLeaveEvent([[maybe_unused]] QDragLeaveEvent* event)
631{
632 executeDelayedItemsLayout();
633
634 m_lastDragPosition = QPoint();
635 viewport()->update();
636}
637
638void InstanceView::dropEvent(QDropEvent* event)
639{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected