]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/channels.cpp
Standardize on 'event' as name for all Qt events.
[pulseview.git] / pv / popups / channels.cpp
index 1a042da8283c847abfec1efaab4c5441781cfab9..c3388581f2c402426e62a0281d61d809fa899eec 100644 (file)
@@ -209,9 +209,9 @@ QGridLayout* Channels::create_channel_group_grid(
        return grid;
 }
 
-void Channels::showEvent(QShowEvent *e)
+void Channels::showEvent(QShowEvent *event)
 {
-       pv::widgets::Popup::showEvent(e);
+       pv::widgets::Popup::showEvent(event);
 
        updating_channels_ = true;