X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.h;h=6f352f9f2cbcab545fd0980af1a215ddaad05f6a;hp=ca4475024d97f9b33e5e4fdc985c4ea3e797f004;hb=0fbda3c2dda9357776afa15e99c037eb0cc97214;hpb=d1e7d82c6327c15f38d66602e65c4d3abe114df7 diff --git a/pv/mainwindow.h b/pv/mainwindow.h index ca447502..6f352f9f 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); @@ -81,6 +81,7 @@ private slots: const QString text, const QString info_text); void on_actionOpen_triggered(); + void on_actionSaveAs_triggered(); void on_actionQuit_triggered(); void on_actionConnect_triggered();