From 8138c1b4300d621af8ab60e5374caf54d7316035 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 23 Apr 2020 15:43:32 +0300 Subject: [PATCH] Disable copy methods as in parent class. --- src/app/puzzle/xml/vpuzzlelayoutfilereader.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/puzzle/xml/vpuzzlelayoutfilereader.h b/src/app/puzzle/xml/vpuzzlelayoutfilereader.h index 4a97f1b39..ef6a537e8 100644 --- a/src/app/puzzle/xml/vpuzzlelayoutfilereader.h +++ b/src/app/puzzle/xml/vpuzzlelayoutfilereader.h @@ -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 */