summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2014-04-02 20:46:57 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2014-04-02 20:46:57 +0200
commitd8053dd8e6d38165d9ac6a689081bc4a753ff7ad (patch)
tree1f759c48a3ca86cedbd0f557afeeb89e531891d9 /dgedit/mainwindow.h
parente9720cba4e117dc26da46b0a72b56a576a950e17 (diff)
Added prefix name to presets.ini.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r--dgedit/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h
index efdce99..fd4af57 100644
--- a/dgedit/mainwindow.h
+++ b/dgedit/mainwindow.h
@@ -41,7 +41,7 @@
class Preset {
public:
- QString name;
+ QString prefix;
int attacklength;
int falloff;
int fadelength;