diff options
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 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; |