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

Method portableInstanceExists

src/instancemanager.cpp:596–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596bool InstanceManager::portableInstanceExists() const
597{
598 return QFile::exists(qApp->applicationDirPath() + "/" +
599 QString::fromStdWString(AppConfig::iniFileName()));
600}
601
602bool InstanceManager::allowedToChangeInstance() const
603{

Callers 3

updateInstancesMethod · 0.80
fillDataMethod · 0.80
TypePageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected