Cpp checks
This commit is contained in:
parent
d93e1ace92
commit
d12a9c2c0b
|
@ -31,6 +31,7 @@
|
||||||
VPuzzleLayout::VPuzzleLayout() :
|
VPuzzleLayout::VPuzzleLayout() :
|
||||||
m_unplacedPiecesLayer(new VPuzzleLayer()),
|
m_unplacedPiecesLayer(new VPuzzleLayer()),
|
||||||
m_layers(QList<VPuzzleLayer *>()),
|
m_layers(QList<VPuzzleLayer *>()),
|
||||||
|
m_layoutUnit(Unit::Cm),
|
||||||
m_layoutSize(QSizeF()),
|
m_layoutSize(QSizeF()),
|
||||||
m_layoutMargins(QMarginsF()),
|
m_layoutMargins(QMarginsF()),
|
||||||
m_followGrainLine(FollowGrainline::No),
|
m_followGrainLine(FollowGrainline::No),
|
||||||
|
|
|
@ -77,6 +77,7 @@ public:
|
||||||
bool GetStickyEdges();
|
bool GetStickyEdges();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Q_DISABLE_COPY(VPuzzleLayout)
|
||||||
VPuzzleLayer *m_unplacedPiecesLayer;
|
VPuzzleLayer *m_unplacedPiecesLayer;
|
||||||
QList<VPuzzleLayer *> m_layers;
|
QList<VPuzzleLayer *> m_layers;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user