| 399 | } |
| 400 | |
| 401 | bool BaseInstance::syncInstanceDirName(const QString& newRoot) const |
| 402 | { |
| 403 | auto oldRoot = instanceRoot(); |
| 404 | return oldRoot == newRoot || QFile::rename(oldRoot, newRoot); |
| 405 | } |
| 406 | |
| 407 | void BaseInstance::registerShortcut(const ShortcutData& data) |
| 408 | { |
no outgoing calls
no test coverage detected