X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fhidingmenubar.hpp;h=9e75e281815f11c7e53ff479552cf5d22ad46ea1;hb=55547a4510d8ff310ab1ac57e69e3e51132b2c2f;hp=4cf5d16869c5ba05f5599dd4b4cf7d167264d7d3;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/widgets/hidingmenubar.hpp b/pv/widgets/hidingmenubar.hpp index 4cf5d16..9e75e28 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: /**