| 301 | } |
| 302 | |
| 303 | void SetAnnotationPath(const rdcstr &keyPath) |
| 304 | { |
| 305 | m_AnnotationPath = keyPath; |
| 306 | emit headerDataChanged(Qt::Horizontal, COL_ANNOTATION, COL_ANNOTATION); |
| 307 | |
| 308 | m_View->viewport()->update(); |
| 309 | } |
| 310 | rdcstr GetAnnotationPath() { return m_AnnotationPath; } |
| 311 | |
| 312 | bool HasTimes() { return !m_Times.empty(); } |
no test coverage detected