X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.hpp;h=84def1fe90eee3171a4914a0cc4157e47c85de5d;hb=050b5a6c7d4864cff968d171b6cc4e68ea478835;hp=c6f931f69c1496141154198c57ee1087ece36be6;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/widgets/popup.hpp b/pv/widgets/popup.hpp index c6f931f6..84def1fe 100644 --- a/pv/widgets/popup.hpp +++ b/pv/widgets/popup.hpp @@ -52,7 +52,7 @@ public: void set_position(const QPoint point, Position pos); - bool eventFilter(QObject *obj, QEvent *evt); + bool eventFilter(QObject *obj, QEvent *event); void show(); @@ -78,10 +78,10 @@ private: void resizeEvent(QResizeEvent*); - void mouseReleaseEvent(QMouseEvent *e); + void mouseReleaseEvent(QMouseEvent *event); protected: - void showEvent(QShowEvent *e); + void showEvent(QShowEvent *); Q_SIGNALS: void closed();