Add Q_DISABLE_COPY

This commit is contained in:
Jonas Kvinge
2021-08-25 02:56:30 +02:00
parent be3c7eef60
commit 49ccbddb17
3 changed files with 5 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ class TagReaderBase {
protected:
static const std::string kEmbeddedCover;
Q_DISABLE_COPY(TagReaderBase)
};
#endif // TAGREADERBASE_H