X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;h=49168522d23c07c29e69978e8fca39e3ff3fb102;hb=e71eb81c946c3524e01eaef9781ccbf170143d0c;hp=edf3205b530479993cd96209af523ea48eea6353;hpb=5b5fa4da3b7112414b9f51e6626ae7f4bf606f02;p=pulseview.git diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index edf3205b..49168522 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_DECODETRACE_H -#define PULSEVIEW_PV_VIEW_DECODETRACE_H +#ifndef PULSEVIEW_PV_VIEW_DECODETRACE_HPP +#define PULSEVIEW_PV_VIEW_DECODETRACE_HPP #include "trace.hpp" @@ -29,7 +29,7 @@ #include -#include +#include #include struct srd_channel; @@ -191,14 +191,14 @@ private: uint64_t decode_start_, decode_end_; - std::list< std::shared_ptr > + std::list< std::shared_ptr > bindings_; std::list channel_selectors_; std::vector decoder_forms_; std::vector visible_rows_; - int text_height_, row_height_; + int row_height_; QSignalMapper delete_mapper_, show_hide_mapper_; }; @@ -206,4 +206,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_DECODETRACE_H +#endif // PULSEVIEW_PV_VIEW_DECODETRACE_HPP