diff options
author | Florian Jung <flo@windfisch.org> | 2011-08-02 19:24:08 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-08-02 19:24:08 +0000 |
commit | 0dbef158d3bf5a96bbd2b4432bcc23223783d3d4 (patch) | |
tree | 6384729649d27429a2d6873fe9361911504496d6 /muse2/muse/song.h | |
parent | 6b001296f40debda70c799e99808f23c74a1f2f1 (diff) | |
parent | 4a9ab9a27b2f70168547e54fc2e7d905e964e228 (diff) |
merged experimental into trunk (clone-part-behaviour)
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r-- | muse2/muse/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h index fd88b278..45751418 100644 --- a/muse2/muse/song.h +++ b/muse2/muse/song.h @@ -253,7 +253,7 @@ class Song : public QObject { // part manipulations //----------------------------------------- - void cmdResizePart(Track* t, Part* p, unsigned int size); + void cmdResizePart(Track* t, Part* p, unsigned int size, bool doClones=false); void cmdSplitPart(Track* t, Part* p, int tick); void cmdGluePart(Track* t, Part* p); |