summaryrefslogtreecommitdiff
path: root/src/audioextractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audioextractor.h')
-rw-r--r--src/audioextractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioextractor.h b/src/audioextractor.h
index 35eb5ba..134c582 100644
--- a/src/audioextractor.h
+++ b/src/audioextractor.h
@@ -45,7 +45,7 @@ public:
AudioExtractor(Instrument& instrument, QObject* parent);
public slots:
- void exportSelections();
+ bool exportSelections();
signals:
void progressUpdate(int value);