X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.h;h=2fdb23c0b3b0bbd16da05162ce95dfb3a1ddac96;hb=61d64fe9f5f52589200d943a226c984097272649;hp=ec123048074ec9074d18b436e3667d9347de9ac3;hpb=e9213170687cf4afd14e20acdc690ff9381d94ae;p=pulseview.git diff --git a/pv/widgets/popup.h b/pv/widgets/popup.h index ec12304..2fdb23c 100644 --- a/pv/widgets/popup.h +++ b/pv/widgets/popup.h @@ -52,6 +52,10 @@ public: void set_position(const QPoint point, Position pos); + bool eventFilter(QObject *obj, QEvent *evt); + + void show(); + private: bool space_for_arrow() const;