summaryrefslogtreecommitdiff
path: root/src/renderdialog.h
diff options
context:
space:
mode:
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;