X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=e7f55c6268e290e6d102c0baaa2b2e09f87a22c1;hp=91c84d352a1dd094a411dc6b44681d020d185e13;hb=26e3af6b15f083239981729b2c3c109ed1d87ba8;hpb=650e2e5fd465119615b9b969d15cc9fb11f18aa4 diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 91c84d35..e7f55c62 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -26,14 +26,14 @@ #include #include "rowitempaintparams.hpp" -#include "selectableitem.hpp" +#include "viewitem.hpp" namespace pv { namespace view { class RowItemOwner; -class RowItem : public SelectableItem, +class RowItem : public ViewItem, public std::enable_shared_from_this { Q_OBJECT