Finish renaming of Tablature class to StringData
Renames also the files hoding the class itself: - libmscore/tablature.cpp => stringdata.cpp - libmscore/tablature.h => stringdata.h No actual change in the code, only updated references to stringdata.h in #include's.
This commit is contained in:
parent
19f9c3edde
commit
2acd24ba1c
21 changed files with 19 additions and 20 deletions
|
@ -64,7 +64,7 @@ add_library (
|
|||
score.cpp segment.cpp select.cpp shadownote.cpp slur.cpp tie.cpp
|
||||
spacer.cpp spanner.cpp staff.cpp staffstate.cpp
|
||||
stafftext.cpp stafftype.cpp stem.cpp style.cpp symbol.cpp
|
||||
sym.cpp system.cpp tablature.cpp tempotext.cpp text.cpp
|
||||
sym.cpp system.cpp stringdata.cpp tempotext.cpp text.cpp
|
||||
textframe.cpp textline.cpp timesig.cpp
|
||||
tremolobar.cpp tremolo.cpp trill.cpp tuplet.cpp
|
||||
utils.cpp velo.cpp volta.cpp xml.cpp mscore.cpp
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#include "clef.h"
|
||||
#include "noteevent.h"
|
||||
#include "breath.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "stafftype.h"
|
||||
#include "segment.h"
|
||||
#include "chordlist.h"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "measure.h"
|
||||
#include "tempo.h"
|
||||
#include "undo.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "stafftype.h"
|
||||
#include "tupletmap.h"
|
||||
#include "tiemap.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "measure.h"
|
||||
#include "system.h"
|
||||
#include "score.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "chord.h"
|
||||
#include "note.h"
|
||||
#include "segment.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "stafftype.h"
|
||||
#include "style.h"
|
||||
#include "sym.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "utils.h"
|
||||
#include "xml.h"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "drumset.h"
|
||||
#include "articulation.h"
|
||||
#include "utils.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "instrtemplate.h"
|
||||
#include "mscore.h"
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
#include "duration.h"
|
||||
#include "fret.h"
|
||||
#include "stafftype.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "tiemap.h"
|
||||
#include "tupletmap.h"
|
||||
#include "accidental.h"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include "undo.h"
|
||||
#include "part.h"
|
||||
#include "stafftype.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "fret.h"
|
||||
#include "harmony.h"
|
||||
#include "fingering.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "instrtemplate.h"
|
||||
#include "text.h"
|
||||
#include "measure.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "stafftype.h"
|
||||
#include "sym.h"
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "stafftext.h"
|
||||
#include "style.h"
|
||||
#include "system.h"
|
||||
#include "tablature.h"
|
||||
//#include "stringdata.h"
|
||||
#include "tempo.h"
|
||||
#include "tempotext.h"
|
||||
#include "text.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "segment.h"
|
||||
#include "style.h"
|
||||
#include "measure.h"
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "stafftype.h"
|
||||
#include "undo.h"
|
||||
#include "cleflist.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
// the file LICENCE.GPL
|
||||
//=============================================================================
|
||||
|
||||
#include "tablature.h"
|
||||
#include "stringdata.h"
|
||||
#include "chord.h"
|
||||
#include "note.h"
|
||||
#include "score.h"
|
|
@ -35,7 +35,7 @@
|
|||
#include "texteditor.h"
|
||||
#include "editpitch.h"
|
||||
#include "editstringdata.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stringdata.h"
|
||||
|
||||
namespace Ms {
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
#include "libmscore/breath.h"
|
||||
#include "libmscore/chordline.h"
|
||||
#include "libmscore/figuredbass.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stringdata.h"
|
||||
#include "libmscore/rehearsalmark.h"
|
||||
#include "libmscore/qzipwriter_p.h"
|
||||
#include "libmscore/fret.h"
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
#include "libmscore/measure.h"
|
||||
#include "libmscore/system.h"
|
||||
#include "libmscore/score.h"
|
||||
//#include "libmscore/stringdata.h"
|
||||
#include "fretcanvas.h"
|
||||
#include "preferences.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/chord.h"
|
||||
#include "libmscore/note.h"
|
||||
#include "libmscore/segment.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "libmscore/rest.h"
|
||||
#include "libmscore/chord.h"
|
||||
#include "libmscore/note.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stringdata.h"
|
||||
#include "libmscore/clef.h"
|
||||
#include "libmscore/lyrics.h"
|
||||
#include "libmscore/tempotext.h"
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
#include "libmscore/fret.h"
|
||||
#include "libmscore/qzipreader_p.h"
|
||||
#include "libmscore/stafftype.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stringdata.h"
|
||||
#include "libmscore/drumset.h"
|
||||
#include "libmscore/beam.h"
|
||||
#include "libmscore/jump.h"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "libmscore/stafftype.h"
|
||||
#include "libmscore/style.h"
|
||||
#include "libmscore/system.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stringdata.h"
|
||||
#include "libmscore/undo.h"
|
||||
#include "libmscore/keysig.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "libmscore/drumset.h"
|
||||
#include "libmscore/keysig.h"
|
||||
#include "libmscore/measure.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stafftype.h"
|
||||
#include "libmscore/timesig.h"
|
||||
#include "libmscore/sym.h"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include "libmscore/slur.h"
|
||||
#include "libmscore/harmony.h"
|
||||
#include "libmscore/navigate.h"
|
||||
#include "libmscore/tablature.h"
|
||||
#include "libmscore/stringdata.h"
|
||||
#include "libmscore/shadownote.h"
|
||||
#include "libmscore/sym.h"
|
||||
#include "libmscore/lasso.h"
|
||||
|
|
Loading…
Reference in a new issue