| 1765 | } |
| 1766 | |
| 1767 | void |
| 1768 | TimeWindow::onResample(void) |
| 1769 | { |
| 1770 | if (this->samplerDialog->isVisible()) { |
| 1771 | this->samplerDialog->reset(); |
| 1772 | this->startSampling(); |
| 1773 | } |
| 1774 | } |
| 1775 | |
| 1776 | bool |
| 1777 | TimeWindow::fineTuneSenderIs(const QPushButton *button) const |
nothing calls this directly
no test coverage detected