MCPcopy Create free account
hub / github.com/MultiMC/Launcher / dragLeaveEvent

Method dragLeaveEvent

launcher/ui/instanceview/InstanceView.cpp:598–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void InstanceView::dragLeaveEvent(QDragLeaveEvent *event)
599{
600 executeDelayedItemsLayout();
601
602 m_lastDragPosition = QPoint();
603 viewport()->update();
604}
605
606void InstanceView::dropEvent(QDropEvent *event)
607{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected