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