Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ isLocalFileDrop
Method
isLocalFileDrop
src/modlistdropinfo.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
bool ModListDropInfo::isLocalFileDrop() const
102
{
103
return !m_localUrls.empty();
104
}
105
106
bool ModListDropInfo::isModDrop() const
107
{
Callers
8
canDropMimeData
Method · 0.80
dropMimeData
Method · 0.80
canDropMimeData
Method · 0.80
dropMimeData
Method · 0.80
onDragEnter
Method · 0.80
canDropMimeData
Method · 0.80
dropMimeData
Method · 0.80
dragEnterEvent
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected