]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/flag.hpp
Properly handle decoder errors
[pulseview.git] / pv / views / trace / flag.hpp
index 4f707bddf3caaa5d9c9fc233950769510041bf21..150d37e81eebab9effc4de3e5e6b89375c385c4c 100644 (file)
@@ -32,12 +32,16 @@ namespace pv {
 namespace views {
 namespace trace {
 
+/**
+ * The Flag class represents items on the @ref Ruler that mark important
+ * events on the timeline to the user. They are editable and thus non-static.
+ */
 class Flag : public TimeMarker, public enable_shared_from_this<Flag>
 {
        Q_OBJECT
 
 public:
-       static const QColor FillColour;
+       static const QColor FillColor;
 
 public:
        /**