diff options
Diffstat (limited to 'src/audioextractor.h')
-rw-r--r-- | src/audioextractor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audioextractor.h b/src/audioextractor.h index 134c582..aa85d98 100644 --- a/src/audioextractor.h +++ b/src/audioextractor.h @@ -32,7 +32,7 @@ #include <QString> #include <QVector> -#include "selection.h" +#include "range.h" #include "samplesorter.h" class Instrument; @@ -45,7 +45,7 @@ public: AudioExtractor(Instrument& instrument, QObject* parent); public slots: - bool exportSelections(); + bool exportRanges(); signals: void progressUpdate(int value); |