| 564 | } |
| 565 | |
| 566 | void InstanceList::providerUpdated() |
| 567 | { |
| 568 | m_dirty = true; |
| 569 | if (m_watchLevel == 1) { |
| 570 | loadList(); |
| 571 | } |
| 572 | } |
| 573 | |
| 574 | InstancePtr InstanceList::getInstanceById(QString instId) const |
| 575 | { |
nothing calls this directly
no test coverage detected