Fixed wrong class/struct forward declarations
This commit is contained in:
parent
f1ea891fee
commit
7d29a6c2c2
10 changed files with 10 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "event.h"
|
||||
#include "interval.h"
|
||||
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
class Xml;
|
||||
class Drumset;
|
||||
class Tablature;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
class Xml;
|
||||
class Staff;
|
||||
class Score;
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
|
||||
//---------------------------------------------------------
|
||||
// @@ Part
|
||||
|
|
|
@ -25,7 +25,7 @@ class Score;
|
|||
class MuseScoreView;
|
||||
class QPainter;
|
||||
class ChordRest;
|
||||
class SlurPos;
|
||||
struct SlurPos;
|
||||
|
||||
enum {
|
||||
GRIP_START, GRIP_BEZIER1, GRIP_SHOULDER, GRIP_BEZIER2, GRIP_END, GRIP_DRAG,
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "cleflist.h"
|
||||
|
||||
class Instrument;
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
class Xml;
|
||||
class Part;
|
||||
class Score;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "ui_editinstrument.h"
|
||||
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
|
||||
//---------------------------------------------------------
|
||||
// EditInstrument
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "libmscore/instrument.h"
|
||||
|
||||
class Staff;
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
|
||||
//---------------------------------------------------------
|
||||
// EditStaff
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "globals.h"
|
||||
#include "libmscore/mscore.h"
|
||||
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
class Instrument;
|
||||
class Part;
|
||||
class Staff;
|
||||
|
|
|
@ -75,7 +75,7 @@ class WebPageDockWidget;
|
|||
class ChordList;
|
||||
class EditTempo;
|
||||
class Capella;
|
||||
class CapVoice;
|
||||
struct CapVoice;
|
||||
class Inspector;
|
||||
class OmrPanel;
|
||||
class NScrollArea;
|
||||
|
|
|
@ -1 +1 @@
|
|||
5d0280e
|
||||
da1358d
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "ui_selectinstr.h"
|
||||
|
||||
class Instrument;
|
||||
struct InstrumentTemplate;
|
||||
class InstrumentTemplate;
|
||||
|
||||
//---------------------------------------------------------
|
||||
// SelectInstrument
|
||||
|
|
Loading…
Reference in a new issue