X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Flogicsignal.h;h=79bbe396967bb0339b1f8eb8d9be67e654eccd8a;hp=a275f177783ac211ea6279ab0e04e3f5510d7cc3;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/view/logicsignal.h b/pv/view/logicsignal.h index a275f177..79bbe396 100644 --- a/pv/view/logicsignal.h +++ b/pv/view/logicsignal.h @@ -107,17 +107,17 @@ private Q_SLOTS: void on_trigger(); private: - std::shared_ptr _device; - std::shared_ptr _data; - - const sigrok::TriggerMatchType *_trigger_match; - QToolBar *_trigger_bar; - QAction *_trigger_none; - QAction *_trigger_rising; - QAction *_trigger_high; - QAction *_trigger_falling; - QAction *_trigger_low; - QAction *_trigger_change; + std::shared_ptr device_; + std::shared_ptr data_; + + const sigrok::TriggerMatchType *trigger_match_; + QToolBar *trigger_bar_; + QAction *trigger_none_; + QAction *trigger_rising_; + QAction *trigger_high_; + QAction *trigger_falling_; + QAction *trigger_low_; + QAction *trigger_change_; }; } // namespace view