X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.hpp;h=de5c866f3077fcc12acb8028167dc4de0711a69d;hb=19552bb8dff1708939544beecb448bcc91f46644;hp=a97b22c1012eb859a6c5de4efabc882ed4b49cf5;hpb=f052f9cde47e2c4ab8fd189eb2dc4e85adaf491d;p=pulseview.git diff --git a/pv/view/marginwidget.hpp b/pv/view/marginwidget.hpp index a97b22c..de5c866 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();