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