From 668058ed445d56fe46ac7d5e5c2c2cc65b4e1e4c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 25 May 2018 22:18:42 +0200 Subject: Store export path and prefix. --- src/instrumentwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/instrumentwidget.h') 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(); -- cgit v1.2.3