X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.h;h=db6e580d0a221c44e848a6f527c45036cb9e6b2e;hp=f2e6a66ec87bf6b6c460777d2a65ed832d260757;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/view/rowitem.h b/pv/view/rowitem.h index f2e6a66e..db6e580d 100644 --- a/pv/view/rowitem.h +++ b/pv/view/rowitem.h @@ -154,13 +154,13 @@ public: virtual void hover_point_changed(); protected: - pv::view::RowItemOwner *_owner; + pv::view::RowItemOwner *owner_; - int _layout_v_offset; - int _visual_v_offset; + int layout_v_offset_; + int visual_v_offset_; private: - QPropertyAnimation _v_offset_animation; + QPropertyAnimation v_offset_animation_; }; } // namespace view