diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-15 09:55:45 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-15 09:55:45 +0200 |
commit | 0fcacc1c3329e905228ceb80903f69561a7db732 (patch) | |
tree | 0d1d636d5e0b95b1d4554ad112aa63bfaa79e7e0 /dgedit/mainwindow.h | |
parent | a0bff571893f9afd5e4eb84ac52755f851398601 (diff) |
New selections model.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h index 5fbf0ec..6758779 100644 --- a/dgedit/mainwindow.h +++ b/dgedit/mainwindow.h @@ -39,6 +39,7 @@ #include "samplesorter.h" #include "filelist.h" #include "canvastoolselections.h" +#include "selection.h" class Preset { public: @@ -93,12 +94,14 @@ private: QLineEdit *prefix; QLineEdit *lineed_exportp; + // Session state information: + Selections session; + private slots: void setAttackLengthLineEd(int); void setFalloffLineEd(int); void setFadeLengthLineEd(int); void setVolumeLineEd(int); - }; #endif/*__DRUMGIZMO_MAINWINDOW_H__*/ |