X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fmainwindow.hpp;h=90e915033b8bab19490a3614fbc3b5bc513e6fe5;hb=8de1e1b2fb1bcaaa21f08b7bba412b0839d6c4d2;hp=50708c2035a9f1069545292e03a50d3f6017e34d;hpb=87a97d8aa169936ec2dcd229df88b8c5b4a1411c;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 50708c2..90e9150 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -123,9 +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_settingViewStickyScrolling_changed(const QVariant new_value); + void on_settingViewShowSamplingPoints_changed(const QVariant new_value); void on_close_current_tab(); @@ -149,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_;