]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/storeprogress.hpp
Fix #849 by making sure no references to the DecodeTrace instance remain
[pulseview.git] / pv / dialogs / storeprogress.hpp
index 6bb2292e53641174a996959ea6b894867b6ebf26..37916420674aa9a43b7c1680e0258cf1d5f70d24 100644 (file)
@@ -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 <memory>
 #include <set>
@@ -41,7 +41,10 @@ class StoreProgress : public QProgressDialog
 public:
        StoreProgress(const QString &file_name,
                const std::shared_ptr<sigrok::OutputFormat> output_format,
-               const Session &session, QWidget *parent = 0);
+               const std::map<std::string, Glib::VariantBase> &options,
+               const std::pair<uint64_t, uint64_t> sample_range,
+               const Session &session,
+               QWidget *parent = 0);
 
        virtual ~StoreProgress();
 
@@ -62,4 +65,4 @@ private:
 } // dialogs
 } // pv
 
-#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_H
+#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP