X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftimeitem.hpp;h=ba858254f786aadf0477a61bfc495d1a53dd786e;hp=dd8d3c4a67c16a982b740475418c9c3827bace12;hb=3782d8609d2f4bd66855dc4f72c0f74d9bc11c23;hpb=4deee4de1660cd5cdc100f3130a3e68af97212d9 diff --git a/pv/views/trace/timeitem.hpp b/pv/views/trace/timeitem.hpp index dd8d3c4a..ba858254 100644 --- a/pv/views/trace/timeitem.hpp +++ b/pv/views/trace/timeitem.hpp @@ -28,8 +28,11 @@ namespace trace { class View; +/** + * The TimeItem class represents items on the @ref Ruler. It is generic in + * nature, not making assumptions about the kind of item shown. + */ class TimeItem : public ViewItem - { Q_OBJECT