X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.h;h=df7d86f5f3151b0a399a0c45bdf7eba1a7965799;hp=8b813afb8179cde371e5b21e296c10b97bd47804;hb=e072efc8aa62ff67bc7270515159e2f71f43d9f0;hpb=f76af6375b8aea6b7edb2d6ee838e1589c3490f3;ds=sidebyside diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 8b813afb..df7d86f5 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -59,6 +59,7 @@ private: QAction *_action_open; QAction *_action_view_zoom_in; QAction *_action_view_zoom_out; + QAction *_action_view_show_cursors; QAction *_action_about; QMenuBar *_menu_bar; @@ -81,6 +82,8 @@ private slots: void on_actionViewZoomOut_triggered(); + void on_actionViewShowCursors_triggered(); + void on_actionAbout_triggered(); void run_stop();