]> sigrok.org Git - pulseview.git/blobdiff - pv/view/selectableitem.h
SelectableItem: Fix documentation
[pulseview.git] / pv / view / selectableitem.h
index fa728c72745924f764c692a88b5fdb91c868aff0..a062fa04223627fe9ac8a211c1887b58aba7d86b 100644 (file)
@@ -49,7 +49,7 @@ public:
 
 public:
        /**
-        * Returns true if the signal has been selected by the user.
+        * Returns true if the item has been selected by the user.
         */
        bool selected() const;
 
@@ -63,6 +63,8 @@ public:
 
        virtual pv::widgets::Popup* create_popup(QWidget *parent) = 0;
 
+       virtual void delete_pressed();
+
 protected:
        static QPen highlight_pen();