Package: musescore2 / 2.3.2+dfsg4-16

upstream/mscx-reproducible-save-chordlist.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Save //ChordList/font/sym in a sorted way
Author: mirabilos <m@mirbsd.org>
Bug: https://musescore.org/en/node/275849
Applied-Upstream: master, commit:1bd9e454a, v3.0

--- a/libmscore/chordlist.h
+++ b/libmscore/chordlist.h
@@ -226,7 +226,7 @@ struct ChordFont {
 //---------------------------------------------------------
 
 class ChordList : public QMap<int, ChordDescription> {
-      QHash<QString, ChordSymbol> symbols;
+      QMap<QString, ChordSymbol> symbols;
 
    public:
       QList<ChordFont> fonts;