From 452f4b2815e685789ef921152b01d02168c2117d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 26 Oct 2018 15:49:34 +0200 Subject: Show export error in export dialog. Make sure export path is altered if the path is changed in the exportdialog lineedit. --- src/audioextractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audioextractor.h') 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); -- cgit v1.2.3