summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
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__*/