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