summaryrefslogtreecommitdiff
path: root/dgedit/selection.h
diff options
context:
space:
mode:
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 02d5163..283b642 100644
--- a/dgedit/selection.h
+++ b/dgedit/selection.h
@@ -41,6 +41,8 @@ public:
int to;
int fadein;
int fadeout;
+
+ QString name;
};
typedef QMap<int, Selection> Selections;