summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-28 12:08:21 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-28 12:08:21 +0000
commit55a6fa75d70dbcd38e4b434420c970475448d1a7 (patch)
tree9f3d7c7f8c81c59e7c91ee9fa4cb904ad900ce52 /muse2/muse/helper.h
parentc05ce86388943e66db1aa39ace54f040000e49ac (diff)
fixed buggy bugfix in score editor
Diffstat (limited to 'muse2/muse/helper.h')
-rw-r--r--muse2/muse/helper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/muse2/muse/helper.h b/muse2/muse/helper.h
index d88dcb94..109ecbee 100644
--- a/muse2/muse/helper.h
+++ b/muse2/muse/helper.h
@@ -14,8 +14,7 @@ class Part;
extern QString pitch2string(int v);
-int partToIndex(Part* p);
-Part* partFromIndex(int index);
+Part* partFromSerialNumber(int serial);
#endif