Worksheet: Fix constructor initialization list order
This commit is contained in:
@@ -178,6 +178,7 @@ public:
|
|||||||
|
|
||||||
SharedStrings *sharedStrings() const;
|
SharedStrings *sharedStrings() const;
|
||||||
|
|
||||||
|
Worksheet *q_ptr;
|
||||||
Workbook *workbook;
|
Workbook *workbook;
|
||||||
Drawing *drawing;
|
Drawing *drawing;
|
||||||
QMap<int, QMap<int, QSharedPointer<Cell> > > cellTable;
|
QMap<int, QMap<int, QSharedPointer<Cell> > > cellTable;
|
||||||
@@ -224,8 +225,6 @@ public:
|
|||||||
bool showRuler;
|
bool showRuler;
|
||||||
bool showOutlineSymbols;
|
bool showOutlineSymbols;
|
||||||
bool showWhiteSpace;
|
bool showWhiteSpace;
|
||||||
|
|
||||||
Worksheet *q_ptr;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user