Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
void InstanceView::dragLeaveEvent(QDragLeaveEvent *event)
599
{
600
executeDelayedItemsLayout();
601
602
m_lastDragPosition = QPoint();
603
viewport()->update();
604
}
605
606
void InstanceView::dropEvent(QDropEvent *event)
607
{
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected