Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ supportedDragActions
Method
supportedDragActions
launcher/minecraft/WorldList.cpp:378–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
Qt::DropActions WorldList::supportedDragActions() const
379
{
380
// move to other mod lists or VOID
381
return Qt::MoveAction;
382
}
383
384
Qt::DropActions WorldList::supportedDropActions() const
385
{
Callers
1
mouseMoveEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected