X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdialogs%2Fstoreprogress.hpp;h=fd3558993ced162e12f0505c2f3ab0abd8ee4796;hb=b0773a8aa01735d7220284ab7a3e8b5d02b48e9e;hp=48e1239dd033ba648a8caaa2f2280668f7e5cf56;hpb=f54fc97e8c4c20b7a37f10b8fd125407eba17226;p=pulseview.git diff --git a/pv/dialogs/storeprogress.hpp b/pv/dialogs/storeprogress.hpp index 48e1239d..fd355899 100644 --- a/pv/dialogs/storeprogress.hpp +++ b/pv/dialogs/storeprogress.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP -#define PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP +#ifndef PULSEVIEW_PV_DIALOGS_STOREPROGRESS_HPP +#define PULSEVIEW_PV_DIALOGS_STOREPROGRESS_HPP #include #include @@ -47,8 +47,7 @@ public: const shared_ptr output_format, const map &options, const pair sample_range, - const Session &session, - QWidget *parent = nullptr); + const Session &session, QWidget *parent = nullptr); virtual ~StoreProgress(); @@ -66,7 +65,7 @@ private: pv::StoreSession session_; }; -} // dialogs -} // pv +} // namespace dialogs +} // namespace pv -#endif // PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP +#endif // PULSEVIEW_PV_DIALOGS_STOREPROGRESS_HPP