]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/hidingmenubar.hpp
Fix #805 by resetting selected device on failure
[pulseview.git] / pv / widgets / hidingmenubar.hpp
index 4cf5d16869c5ba05f5599dd4b4cf7d167264d7d3..9e75e281815f11c7e53ff479552cf5d22ad46ea1 100644 (file)
@@ -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:
        /**