X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.hpp;h=de5c866f3077fcc12acb8028167dc4de0711a69d;hp=a97b22c1012eb859a6c5de4efabc882ed4b49cf5;hb=bc01bb31fb03f69c8ceef57676b3399d7a08dcd9;hpb=f052f9cde47e2c4ab8fd189eb2dc4e85adaf491d diff --git a/pv/view/marginwidget.hpp b/pv/view/marginwidget.hpp index a97b22c1..de5c866f 100644 --- a/pv/view/marginwidget.hpp +++ b/pv/view/marginwidget.hpp @@ -53,6 +53,9 @@ protected: */ void show_popup(const std::shared_ptr &item); +private: + void leaveEvent(QEvent *event); + public Q_SLOTS: virtual void clear_selection();