| 1126 | } |
| 1127 | |
| 1128 | QString View::get_measure(QString option) |
| 1129 | { |
| 1130 | if (_active_viewport) { |
| 1131 | return _active_viewport->get_measure(option); |
| 1132 | } |
| 1133 | return Unknown_Str; |
| 1134 | } |
| 1135 | |
| 1136 | QString View::get_cm_time(int index) |
| 1137 | { |
no outgoing calls
no test coverage detected