]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/channels.hpp
Fix #792 by making sure we don't request samples that don't exist
[pulseview.git] / pv / popups / channels.hpp
index 6ba86469f04ff64b44e22f8aa427736f7101d6e8..5ed5d4768ff18ec4fb14a86be53ed3fe10f8d422 100644 (file)
@@ -58,7 +58,7 @@ class Channels : public pv::widgets::Popup
        Q_OBJECT
 
 public:
-       Channels(Session &session_, QWidget *parent);
+       Channels(Session &session, QWidget *parent);
 
 private:
        void set_all_channels(bool set);
@@ -70,7 +70,7 @@ private:
                const std::vector< std::shared_ptr<pv::view::Signal> > sigs);
 
 private:
-       void showEvent(QShowEvent *e);
+       void showEvent(QShowEvent *event);
 
 private Q_SLOTS:
        void on_channel_checked(QWidget *widget);