Disable copy methods as in parent class.
This commit is contained in:
parent
abb0862c89
commit
8138c1b430
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user