| 161 | } |
| 162 | |
| 163 | void StatisticsColumnWidget::setCurrentTab(int index) { |
| 164 | if (index == m_tabWidget->currentIndex()) |
| 165 | currentTabChanged(index); // manually call the slot so we get the data shown |
| 166 | else |
| 167 | m_tabWidget->setCurrentIndex(index); |
| 168 | } |
| 169 | |
| 170 | void StatisticsColumnWidget::currentTabChanged(int index) { |
| 171 | WAIT_CURSOR; |
no test coverage detected