summaryrefslogtreecommitdiff
path: root/dgedit/selection.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-03-19 21:04:47 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-03-19 21:04:47 +0100
commit63bf74ffaeb5580af677719485c40fe50e248f51 (patch)
tree9ad5c79bd6b14204bc347af4166aed681e0d62a5 /dgedit/selection.h
parented54ecfc42371545ea438c21ba4d736cdd6f15ff (diff)
Make editor store calculated sample energies in the xml files.
Diffstat (limited to 'dgedit/selection.h')
-rw-r--r--dgedit/selection.h2
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;
};