X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fhidingmenubar.hpp;h=9e75e281815f11c7e53ff479552cf5d22ad46ea1;hb=ed2cec68674ac98de6bde7a399d12a0bb9c8dd05;hp=4cf5d16869c5ba05f5599dd4b4cf7d167264d7d3;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/widgets/hidingmenubar.hpp b/pv/widgets/hidingmenubar.hpp index 4cf5d168..9e75e281 100644 --- a/pv/widgets/hidingmenubar.hpp +++ b/pv/widgets/hidingmenubar.hpp @@ -45,13 +45,13 @@ private: * Handles the event that the widget loses keyboard focus. * @param e the representation of the event details. */ - void focusOutEvent(QFocusEvent *e); + void focusOutEvent(QFocusEvent *event); /** * Handles the event that a key is depressed. * @param e the representation of the event details. */ - void keyPressEvent(QKeyEvent *e); + void keyPressEvent(QKeyEvent *event); private Q_SLOTS: /**