X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=90e915033b8bab19490a3614fbc3b5bc513e6fe5;hb=051ba3b399abbd83fea8b7ef6f8876884ac0786c;hp=e3a51c6d88f5b32a62c2801eed7c743e3b33d4bf;hpb=4e4d72b22a81d1f2d8daee1093ac45264a0a1e2d;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index e3a51c6..90e9150 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -121,10 +121,12 @@ private Q_SLOTS: void on_tab_changed(int index); void on_tab_close_requested(int index); - void on_view_sticky_scrolling_shortcut(); 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_;