X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;fp=pv%2Fmainwindow.hpp;h=90e915033b8bab19490a3614fbc3b5bc513e6fe5;hp=a99e0adf9c7b4604c8b04c22869c45805531890a;hb=051ba3b399abbd83fea8b7ef6f8876884ac0786c;hpb=e9c8e87cf09ad9761bea1193b25d01a87f8e0dd6 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_;