X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fhidingmenubar.hpp;h=9e75e281815f11c7e53ff479552cf5d22ad46ea1;hp=4cf5d16869c5ba05f5599dd4b4cf7d167264d7d3;hb=27c0521002ea986b72d9675b99803665516db14c;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f 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: /**