X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=42462d22a7cca0d9ff13ab844897e240a51f8968;hp=35cad3ab2890993f13c30afc95fa956ef7775548;hb=7c65709437184b09753d1bcacc02467b8f6171f1;hpb=50288bdb7bf361e34474a8b53efc49d133de1508 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 35cad3ab..42462d22 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -42,7 +42,7 @@ class DeviceManager; namespace toolbars { class ContextBar; -class SamplingBar; +class MainBar; } namespace view { @@ -133,7 +133,7 @@ private: QWidget *central_widget_; QVBoxLayout *vertical_layout_; - toolbars::SamplingBar *sampling_bar_; + toolbars::MainBar *main_bar_; }; } // namespace pv