X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Ftoolbars%2Fmainbar.hpp;h=ed38dfaae8c0728a27c0a9e5b417b65278a3655a;hb=d552c5c7f25ac892b7dc218264d6fe2823db44ef;hp=c05a146e28f77518744cf50cb37a0232bf8b2b52;hpb=101e7a9b40cc97fcd94aca7a1bed086b1f56f269;p=pulseview.git diff --git a/pv/toolbars/mainbar.hpp b/pv/toolbars/mainbar.hpp index c05a146..ed38dfa 100644 --- a/pv/toolbars/mainbar.hpp +++ b/pv/toolbars/mainbar.hpp @@ -147,6 +147,7 @@ private Q_SLOTS: void import_file(std::shared_ptr format); void on_device_selected(); + void on_device_changed(); void on_sample_count_changed(); void on_sample_rate_changed(); void on_run_stop(); @@ -169,6 +170,8 @@ private Q_SLOTS: void on_actionViewShowCursors_triggered(); + void on_always_zoom_to_fit_changed(bool state); + protected: bool eventFilter(QObject *watched, QEvent *event);