| 295 | } |
| 296 | |
| 297 | void PackProfile::save_internal() |
| 298 | { |
| 299 | qDebug() << "Component list save performed now for" << d->m_instance->name(); |
| 300 | auto filename = componentsFilePath(); |
| 301 | savePackProfile(filename, d->components); |
| 302 | d->dirty = false; |
| 303 | } |
| 304 | |
| 305 | bool PackProfile::load() |
| 306 | { |
nothing calls this directly
no test coverage detected