| 566 | } |
| 567 | |
| 568 | void GRTimePlotAddon::setSingleShot(bool b) |
| 569 | { |
| 570 | m_singleShot = b; |
| 571 | if(time_sink) { |
| 572 | time_sink->setSingleShot(m_singleShot); |
| 573 | } |
| 574 | } |
| 575 | |
| 576 | void GRTimePlotAddon::updateFrameRate() |
| 577 | { |
no outgoing calls
no test coverage detected