]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/annotation.h
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / data / decode / annotation.h
index 0d7fd5d5e59441e8ed9a81d7993fe7fa97340d47..f1e2ef35975bb30d27015c64d08f51a8b25ef103 100644 (file)
@@ -42,10 +42,10 @@ public:
        const std::vector<QString>& annotations() const;
 
 private:
-       uint64_t _start_sample;
-       uint64_t _end_sample;
-       int _format;
-       std::vector<QString> _annotations; 
+       uint64_t start_sample_;
+       uint64_t end_sample_;
+       int format_;
+       std::vector<QString> annotations_;
 };
 
 } // namespace decode