X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdialogs%2Fstoreprogress.hpp;h=e968ce4197c3e0e04da7d5d9050f9a511784251d;hp=19aef14a0e5bcb504813ccee9134b434ec73a217;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=e93f553816d1938ab1917dff497a36acec4257e3 diff --git a/pv/dialogs/storeprogress.hpp b/pv/dialogs/storeprogress.hpp index 19aef14..e968ce4 100644 --- a/pv/dialogs/storeprogress.hpp +++ b/pv/dialogs/storeprogress.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_DIALOGS_SAVEPROGRESS_HPP @@ -42,7 +41,9 @@ public: StoreProgress(const QString &file_name, const std::shared_ptr output_format, const std::map &options, - const Session &session, QWidget *parent = 0); + const std::pair sample_range, + const Session &session, + QWidget *parent = 0); virtual ~StoreProgress();