X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=d5ac35ee92c68fc92dcf14651efa91167702a6d9;hb=61e1e13ef24493f478326f1809c6c206d5e183bc;hp=ca4475024d97f9b33e5e4fdc985c4ea3e797f004;hpb=d1e7d82c6327c15f38d66602e65c4d3abe114df7;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index ca44750..d5ac35e 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);