| 188 | } |
| 189 | |
| 190 | void ViewStatus::set_trig_time(QDateTime time) |
| 191 | { |
| 192 | _trig_time = L_S(STR_PAGE_DLG, S_ID(IDS_DLG_TRIGGER_TIME), "Trigger Time: ") + time.toString("yyyy-MM-dd hh:mm:ss"); |
| 193 | // assert(0); |
| 194 | } |
| 195 | |
| 196 | void ViewStatus::set_rle_depth(uint64_t depth) |
| 197 | { |
no outgoing calls
no test coverage detected