X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.hpp;h=5310313ad0f51b4f30755de54b7d80e7ee3b48cd;hb=b485408f20c39ae8d05372a5faffe15653c74705;hp=4f631d0da23927bca35b836f244155f4b01c8774;hpb=b3f44329f5846bfb800ee53c15c65b2395d3ba0c;p=pulseview.git diff --git a/pv/view/tracegroup.hpp b/pv/view/tracegroup.hpp index 4f631d0d..5310313a 100644 --- a/pv/view/tracegroup.hpp +++ b/pv/view/tracegroup.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_TRACEGROUP_H -#define PULSEVIEW_PV_VIEW_TRACEGROUP_H +#ifndef PULSEVIEW_PV_VIEW_TRACEGROUP_HPP +#define PULSEVIEW_PV_VIEW_TRACEGROUP_HPP #include "rowitem.hpp" #include "rowitemowner.hpp" @@ -119,7 +119,7 @@ public: void ungroup(); public: - void appearance_changed(bool label, bool content); + void row_item_appearance_changed(bool label, bool content); void extents_changed(bool horz, bool vert); @@ -130,4 +130,4 @@ private Q_SLOTS: } // view } // pv -#endif // PULSEVIEW_PV_VIEW_TRACEGROUP_H +#endif // PULSEVIEW_PV_VIEW_TRACEGROUP_HPP