summaryrefslogtreecommitdiff
path: root/src/instrumentwidget.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-05-25 22:18:42 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-05-25 22:18:42 +0200
commit668058ed445d56fe46ac7d5e5c2c2cc65b4e1e4c (patch)
tree8644e63ca3ab413150376fa5bfdd9985968f63fe /src/instrumentwidget.h
parentcb896a4fa1acd9167d3e7ee9f6336a63309eebde (diff)
Store export path and prefix.
Diffstat (limited to 'src/instrumentwidget.h')
-rw-r--r--src/instrumentwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/instrumentwidget.h b/src/instrumentwidget.h
index 2a5b3c5..721b829 100644
--- a/src/instrumentwidget.h
+++ b/src/instrumentwidget.h
@@ -75,6 +75,8 @@ public slots:
void tabChanged(int tabid);
void generateSlidersChanged();
void selectionChanged();
+ void prefixChanged();
+ void exportPathChanged();
private:
QWidget* createFilesTab();