diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-26 15:49:34 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-10-26 15:49:34 +0200 |
commit | 452f4b2815e685789ef921152b01d02168c2117d (patch) | |
tree | c033aa39a06f0bd27e0301bd69baa8b0caa394c3 /src/renderdialog.h | |
parent | efbe95ebd8b2c1d192bb1a3cd2c638189353bc2d (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.h | 1 |
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; |