Cpp checks

This commit is contained in:
Ronan Le Tiec 2020-04-13 19:03:01 +02:00
parent d93e1ace92
commit d12a9c2c0b
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
VPuzzleLayout::VPuzzleLayout() :
m_unplacedPiecesLayer(new VPuzzleLayer()),
m_layers(QList<VPuzzleLayer *>()),
m_layoutUnit(Unit::Cm),
m_layoutSize(QSizeF()),
m_layoutMargins(QMarginsF()),
m_followGrainLine(FollowGrainline::No),

View File

@ -77,6 +77,7 @@ public:
bool GetStickyEdges();
private:
Q_DISABLE_COPY(VPuzzleLayout)
VPuzzleLayer *m_unplacedPiecesLayer;
QList<VPuzzleLayer *> m_layers;