MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getLoadOrderFileName

Method getLoadOrderFileName

src/profile.cpp:955–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955QString Profile::getLoadOrderFileName() const
956{
957 return QDir::cleanPath(m_Directory.absoluteFilePath("loadorder.txt"));
958}
959
960QString Profile::getLockedOrderFileName() const
961{

Callers 3

on_saveButton_clickedMethod · 0.80
afterRunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected