From 84bd1150e93658aea36db19cebdb6012f2f40a60 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 3 Jan 2010 14:00:36 +0000 Subject: Some work on sample sorter --- dgedit/audioextractor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dgedit/audioextractor.h') diff --git a/dgedit/audioextractor.h b/dgedit/audioextractor.h index 39f0353..2f4ce98 100644 --- a/dgedit/audioextractor.h +++ b/dgedit/audioextractor.h @@ -31,6 +31,7 @@ #include #include #include +#include #include "selection.h" @@ -45,7 +46,7 @@ public slots: void addFile(QString file, QString name); void changeName(QString file, QString name); void removeFile(QString file, QString name); - void exportSelections(Selections selections); + void exportSelections(Selections selections, QVector levels); void setExportPath(const QString &path); void setOutputPrefix(const QString &prefix); -- cgit v1.2.3