summaryrefslogtreecommitdiff
path: root/src/renderdialog.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-09-28 18:23:58 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-09-28 18:23:58 +0200
commit946ffeb346eadd4a962d999d79c0e6d6f05190bd (patch)
tree7f647a09ba816b1563b3d856e6e25852de750749 /src/renderdialog.h
parent8040f48974d88c6d30dff720a2ffb27e0cf54814 (diff)
Integrate export path into render dialog.
Diffstat (limited to 'src/renderdialog.h')
-rw-r--r--src/renderdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/renderdialog.h b/src/renderdialog.h
index 84f0b30..eb1e531 100644
--- a/src/renderdialog.h
+++ b/src/renderdialog.h
@@ -53,10 +53,13 @@ private slots:
void progressFinished(int success);
+ void chooseExportPath();
+
private:
Project& project;
ProjectRenderer renderer;
+ QLineEdit* export_path;
QProgressBar* bar1;
QProgressBar* bar2;