| 148 | } |
| 149 | |
| 150 | QString BaseInstance::getManagedPackVersionName() const |
| 151 | { |
| 152 | return m_settings->get("ManagedPackVersionName").toString(); |
| 153 | } |
| 154 | |
| 155 | void BaseInstance::setManagedPack(const QString& type, |
| 156 | const QString& id, |
no test coverage detected