MCPcopy 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
378Qt::DropActions WorldList::supportedDragActions() const
379{
380 // move to other mod lists or VOID
381 return Qt::MoveAction;
382}
383
384Qt::DropActions WorldList::supportedDropActions() const
385{

Callers 1

mouseMoveEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected