summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2011-03-01 16:11:57 +0000
committerRobert Jonsson <spamatica@gmail.com>2011-03-01 16:11:57 +0000
commite34cbdc31e42538b551025313ff97410ae24b1c7 (patch)
treef3af0df61e47798759493d1f3581eebd70f4fbbb /muse2/muse/song.h
parent1645eee5c59ea72438d730a01add17e106b8c82f (diff)
allow to show/hide track-types from arranger
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index adcbc0ae..c735dfd5 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -170,7 +170,6 @@ class Song : public QObject {
// If clear_all is false, it will not touch things like midi ports.
void clear(bool signal, bool clear_all = true);
- void update(int flags = -1);
void cleanupForQuit();
int globalPitchShift() const { return _globalPitchShift; }
@@ -363,6 +362,7 @@ class Song : public QObject {
void executeScript(const char* scriptfile, PartList* parts, int quant, bool onlyIfSelected);
public slots:
+ void update(int flags = -1);
void beat();
void undo();