Disable copy methods as in parent class.

This commit is contained in:
Roman Telezhynskyi 2020-04-23 15:43:32 +03:00
parent abb0862c89
commit 8138c1b430

View file

@ -44,6 +44,7 @@ public:
bool ReadFile(VPuzzleLayout *layout, QFile *file);
private:
Q_DISABLE_COPY(VPuzzleLayoutFileReader)
/**
* @brief m_layoutFormatVersion holds the version of the layout currently being read
*/