X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=90e915033b8bab19490a3614fbc3b5bc513e6fe5;hb=00f6bae935837b38b0d03a5928ba8175d460413f;hp=a99e0adf9c7b4604c8b04c22869c45805531890a;hpb=9b64f2dfe9179f665ef97c0d0ac992274864f4a4;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index a99e0ad..90e9150 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -123,8 +123,10 @@ private Q_SLOTS: void on_view_coloured_bg_shortcut(); void on_view_sticky_scrolling_shortcut(); + void on_view_show_sampling_points_shortcut(); void on_settingViewColouredBg_changed(const QVariant new_value); + void on_settingViewShowSamplingPoints_changed(const QVariant new_value); void on_close_current_tab(); @@ -148,6 +150,7 @@ private: QIcon icon_grey_; QShortcut *view_sticky_scrolling_shortcut_; + QShortcut *view_show_sampling_points_shortcut_; QShortcut *view_coloured_bg_shortcut_; QShortcut *run_stop_shortcut_; QShortcut *close_application_shortcut_;