]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitemowner.hpp
RowItemOwner: Renamed appearance_changed to row_item_appearance_changed
[pulseview.git] / pv / view / rowitemowner.hpp
index 10d6e99ba3512bfc381f4d575fb3760e8aaa5b2d..423351956d675b9600f7178a241e2bca5e58470d 100644 (file)
@@ -127,7 +127,7 @@ public:
        virtual void restack_items();
 
 public:
-       virtual void appearance_changed(bool label, bool content) = 0;
+       virtual void row_item_appearance_changed(bool label, bool content) = 0;
 
        virtual void extents_changed(bool horz, bool vert) = 0;