Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ isExternalFolderDrop
Method
isExternalFolderDrop
src/modlistdropinfo.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool ModListDropInfo::isExternalFolderDrop() const
122
{
123
return m_url.isLocalFile() && QFileInfo(m_url.toLocalFile()).isDir();
124
}
Callers
1
dropMimeData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected