Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ getModlistFileName
Method
getModlistFileName
src/profile.cpp:945–948 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
943
}
944
945
QString Profile::getModlistFileName() const
946
{
947
return QDir::cleanPath(m_Directory.absoluteFilePath(
"modlist.txt"
));
948
}
949
950
QString Profile::getPluginsFileName() const
951
{
Callers
2
on_saveModsButton_clicked
Method · 0.80
on_restoreModsButton_clicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected