summaryrefslogtreecommitdiff
path: root/src/renderdialog.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/renderdialog.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/renderdialog.h')
-rw-r--r--src/renderdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderdialog.h b/src/renderdialog.h
index 3952c64..70405e4 100644
--- a/src/renderdialog.h
+++ b/src/renderdialog.h
@@ -56,6 +56,7 @@ private slots:
void progressFinished(int success);
void chooseExportPath();
+ void exportPathChanged(const QString&);
private:
Project& project;