X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=d5ac35ee92c68fc92dcf14651efa91167702a6d9;hb=3fad19663ccb612845e5ed2ef58799eb3e78efce;hp=8895a5e7341242099557ba96782fc2cdd6532fc4;hpb=ca46b5342f79e4786b973c83ed6a4cde5a51908d;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 8895a5e7..d5ac35ee 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -29,6 +29,8 @@ #include "sigsession.h" +struct srd_decoder; + class QVBoxLayout; namespace pv { @@ -71,8 +73,6 @@ private: void update_device_list( struct sr_dev_inst *selected_device = NULL); - static gint decoder_name_cmp(gconstpointer a, gconstpointer b); - private slots: void load_file(QString file_name); @@ -91,6 +91,8 @@ private slots: void on_actionViewZoomFit_triggered(); + void on_actionViewZoomOneToOne_triggered(); + void on_actionViewShowCursors_triggered(); void on_actionAbout_triggered();