X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdialogs%2Fstoreprogress.hpp;h=19aef14a0e5bcb504813ccee9134b434ec73a217;hp=6bb2292e53641174a996959ea6b894867b6ebf26;hb=e93f553816d1938ab1917dff497a36acec4257e3;hpb=4764bc4d14069978282c9cf43aad03d7558aeb9f diff --git a/pv/dialogs/storeprogress.hpp b/pv/dialogs/storeprogress.hpp index 6bb2292e..19aef14a 100644 --- a/pv/dialogs/storeprogress.hpp +++ b/pv/dialogs/storeprogress.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H -#define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H +#ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP +#define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP #include #include @@ -41,6 +41,7 @@ class StoreProgress : public QProgressDialog public: StoreProgress(const QString &file_name, const std::shared_ptr output_format, + const std::map &options, const Session &session, QWidget *parent = 0); virtual ~StoreProgress(); @@ -62,4 +63,4 @@ private: } // dialogs } // pv -#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H +#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP