| 281 | } |
| 282 | |
| 283 | void PackProfile::save_internal() |
| 284 | { |
| 285 | qDebug() << d->m_instance->name() << "|" << "Component list save performed now"; |
| 286 | auto filename = componentsFilePath(); |
| 287 | savePackProfile(filename, d->components); |
| 288 | d->dirty = false; |
| 289 | } |
| 290 | |
| 291 | PackProfile::Result PackProfile::load() |
| 292 | { |
nothing calls this directly
no test coverage detected