]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/row.hpp
Make annotation export customizable
[pulseview.git] / pv / data / decode / row.hpp
index 2411d4f61afaa2344660429fc2b76348f034a269..34bb2373e844babd768335d4d8a335a227696b0c 100644 (file)
@@ -43,6 +43,7 @@ public:
        const srd_decoder_annotation_row* row() const;
 
        const QString title() const;
+       const QString class_name() const;
        int index() const;
 
        bool operator<(const Row &other) const;