summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-09-23 16:13:37 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-09-28 17:50:51 +0200
commit8040f48974d88c6d30dff720a2ffb27e0cf54814 (patch)
tree683dfa7f973c1febc5204dd3912a484f991b47e8 /src/mainwindow.h
parentd1d43a62031431ec0fa28fb5cefaa56082f79da5 (diff)
Integrate channel map into file list in instrument editor.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d9ab062..e4c5863 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -58,12 +58,17 @@ public slots:
void newProject();
void loadProject();
+ void loadProject(QString filename);
void saveProject();
void saveProjectAs();
void projectChanged();
void closeTab(int tab);
+private slots:
+ void test();
+ void render();
+
protected:
void closeEvent(QCloseEvent*);