summaryrefslogtreecommitdiff
path: root/src/audioextractor.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-10-26 15:49:34 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-10-26 15:49:34 +0200
commit452f4b2815e685789ef921152b01d02168c2117d (patch)
treec033aa39a06f0bd27e0301bd69baa8b0caa394c3 /src/audioextractor.h
parentefbe95ebd8b2c1d192bb1a3cd2c638189353bc2d (diff)
Show export error in export dialog. Make sure export path is altered if the path is changed in the exportdialog lineedit.
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);