summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2014-04-02 21:12:53 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2014-04-02 21:12:53 +0200
commit5f3b212b63418851907b788b6a2bfea69ba570b6 (patch)
tree3c3d7cb3e7a5fd9ab3d0f9fa90cc30a92f9b3bd9 /dgedit/mainwindow.h
parentd8053dd8e6d38165d9ac6a689081bc4a753ff7ad (diff)
Added file dialog to select export path.
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 fd4af57..cc9bdb8 100644
--- a/dgedit/mainwindow.h
+++ b/dgedit/mainwindow.h
@@ -61,6 +61,7 @@ public slots:
void doExport();
void loadFile(QString filename);
void setPreset(int);
+ void browse();
protected:
void closeEvent(QCloseEvent*);
@@ -83,6 +84,7 @@ private:
QSlider *slider_falloff;
QSlider *slider_fadelength;
QLineEdit *prefix;
+ QLineEdit *exportp;
};
#endif/*__DRUMGIZMO_MAINWINDOW_H__*/