diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-07-27 13:39:32 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-07-27 13:39:32 +0200 |
commit | fc29354d86e6a8b5601e92405b89a1da27406ce7 (patch) | |
tree | e31069154ad5bd9497764b6205dd4d3a411b40eb /src/audioextractor.h | |
parent | 329110e3230a6518f024c612842b04afdea1cd03 (diff) |
WIP
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); |