X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fsigsession.h;h=a4e14d9cd099e8a6755ace39ddd26fd9d3bd21b5;hp=d1f11ea9682767131757758139437468f6752140;hb=ab973f4729258b729d2aa84abfa14b61609fa35e;hpb=bb3030b34e44733036acdfe5b4d4ec0705146831 diff --git a/pv/sigsession.h b/pv/sigsession.h index d1f11ea9..a4e14d9c 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -121,21 +121,6 @@ private: void read_sample_rate(const sr_dev_inst *const sdi); private: - /** - * Attempts to autodetect the format. Failing that - * @param filename The filename of the input file. - * @return A pointer to the 'struct sr_input_format' that should be - * used, or NULL if no input format was selected or - * auto-detected. - */ - static sr_input_format* determine_input_file_format( - const std::string &filename); - - static sr_input* load_input_file_format( - const std::string &filename, - std::function error_handler, - sr_input_format *format = NULL); - void sample_thread_proc(std::shared_ptr dev_inst, std::function error_handler); @@ -180,7 +165,7 @@ private: std::thread _sampling_thread; -signals: +Q_SIGNALS: void capture_state_changed(int state); void signals_changed();