From fc29354d86e6a8b5601e92405b89a1da27406ce7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 27 Jul 2024 13:39:32 +0200 Subject: WIP --- src/audioextractor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audioextractor.h') 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 #include -#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); -- cgit v1.2.3