diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-03-19 21:12:24 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-03-19 21:12:24 +0100 |
commit | c852a24fc978ca7916c0f5819bfed870a1d9519e (patch) | |
tree | a3ac7ee0fc886e0f1d361a7c4734d0b65824d7ff /dgedit/selection.h | |
parent | aa656f19d015febb1174c0c91cb1711657280c70 (diff) | |
parent | 63bf74ffaeb5580af677719485c40fe50e248f51 (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'dgedit/selection.h')
-rw-r--r-- | dgedit/selection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/selection.h b/dgedit/selection.h index 283b642..64e6d98 100644 --- a/dgedit/selection.h +++ b/dgedit/selection.h @@ -42,6 +42,8 @@ public: int fadein; int fadeout; + double energy; + QString name; }; |