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

@@ -75,6 +75,8 @@ class TagReaderTagLib : public TagReaderBase {
private:
FileRefFactory *factory_;
Q_DISABLE_COPY(TagReaderTagLib)
};
#endif // TAGREADERTAGLIB_H