| 599 | } |
| 600 | |
| 601 | void UpdateDialog::ShowModal() |
| 602 | { |
| 603 | // If called for the first time. |
| 604 | if (!m_tree->topLevelItemCount()) |
| 605 | FillTree({} /* filter */, m_fillTreeTimestamp); |
| 606 | |
| 607 | exec(); |
| 608 | } |
| 609 | } // namespace qt |
no outgoing calls
no test coverage detected