X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.cpp;h=c3388581f2c402426e62a0281d61d809fa899eec;hb=e40a79cb13eef1ca4f8e7670ac4a36e56b26a23c;hp=1a042da8283c847abfec1efaab4c5441781cfab9;hpb=2ad82c2e40b6865481733913a2c32735602f63c4;p=pulseview.git diff --git a/pv/popups/channels.cpp b/pv/popups/channels.cpp index 1a042da8..c3388581 100644 --- a/pv/popups/channels.cpp +++ b/pv/popups/channels.cpp @@ -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;