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