| 75 | } |
| 76 | |
| 77 | void StatisticsDialog::showStatistics() { |
| 78 | QApplication::processEvents(QEventLoop::AllEvents, 0); |
| 79 | QTimer::singleShot(0, this, [=]() { |
| 80 | currentTabChanged(0); |
| 81 | }); |
| 82 | } |
| 83 | |
| 84 | void StatisticsDialog::currentTabChanged(int) { |
| 85 | auto* const w = static_cast<StatisticsColumnWidget*>(m_twStatistics->currentWidget()); |
no outgoing calls
no test coverage detected