| 36 | } |
| 37 | |
| 38 | virtual QWidget *AsWidget() { |
| 39 | return this; |
| 40 | } |
| 41 | |
| 42 | static void FallDownBars(std::vector<double> &bars, std::vector<double> &new_bars) { |
| 43 | for (int i = 0; i < (int) new_bars.size(); i++) { |
nothing calls this directly
no outgoing calls
no test coverage detected