X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Flogicsignal.h;h=79bbe396967bb0339b1f8eb8d9be67e654eccd8a;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=a275f177783ac211ea6279ab0e04e3f5510d7cc3;hpb=a5d93c27b5bd6b95000e29c6cddac56ab254b289;p=pulseview.git diff --git a/pv/view/logicsignal.h b/pv/view/logicsignal.h index a275f17..79bbe39 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