X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdata%2Fdecode%2Frow.hpp;fp=pv%2Fdata%2Fdecode%2Frow.hpp;h=34bb2373e844babd768335d4d8a335a227696b0c;hb=1ed996b433f3391f54846784d76da4fe6b07500f;hp=2411d4f61afaa2344660429fc2b76348f034a269;hpb=be843692f664e44d26458063042cc5d41a13df57;p=pulseview.git diff --git a/pv/data/decode/row.hpp b/pv/data/decode/row.hpp index 2411d4f..34bb237 100644 --- a/pv/data/decode/row.hpp +++ b/pv/data/decode/row.hpp @@ -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;