summaryrefslogtreecommitdiff
path: root/muse2/muse/structure.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-04 17:43:39 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-04 17:43:39 +0000
commit5669de5d2d1b978bd34c80964d299688282d7027 (patch)
treed049caa2e608865a0381a7096d0f0b97a30a6474 /muse2/muse/structure.h
parent46369b4c33d841aa1ece363c3deb3775658165ad (diff)
added paste dialog plus minor fixes:
- moved and changed muse.pro file - added update_pro.sh and update_translations.sh - updated translations - moved stuff from functions.cpp out to dialogs.cpp - fixed behaviour of movePartsTotheRight(): parts which begin at "start of move" aren't expanded, but moved now
Diffstat (limited to 'muse2/muse/structure.h')
-rw-r--r--muse2/muse/structure.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/structure.h b/muse2/muse/structure.h
index d1de1192..f9f29291 100644
--- a/muse2/muse/structure.h
+++ b/muse2/muse/structure.h
@@ -9,8 +9,9 @@
#define __STRUCTURE_H__
#include "undo.h"
+#include <set>
-Undo movePartsTotheRight(unsigned int startTick, int moveTick, bool only_selected=false);
+Undo movePartsTotheRight(unsigned int startTick, int moveTick, bool only_selected=false, std::set<Track*>* tracklist=NULL);
void adjustGlobalLists(Undo& operations, int startPos, int diff);
void globalCut();
void globalInsert();