summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-04-02 21:15:06 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-04-02 21:15:06 +0200
commit915324ed1a65df1dfd6ede548459a44a426cf01d (patch)
tree3d80438e5e2a56336a2e4687f0d7f70d242d100d /dgedit/mainwindow.h
parent0aef6f2f81bdb6f78fc04e090aa60b5146326765 (diff)
parent5f3b212b63418851907b788b6a2bfea69ba570b6 (diff)
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r--dgedit/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h
index c7ce3fb..3e9e588 100644
--- a/dgedit/mainwindow.h
+++ b/dgedit/mainwindow.h
@@ -62,6 +62,7 @@ public slots:
void loadFile(QString filename);
void playSamples();
void setPreset(int);
+ void browse();
protected:
void closeEvent(QCloseEvent*);
@@ -85,6 +86,7 @@ private:
QSlider *slider_falloff;
QSlider *slider_fadelength;
QLineEdit *prefix;
+ QLineEdit *exportp;
};
#endif/*__DRUMGIZMO_MAINWINDOW_H__*/