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