Fix dtor compile warnings with Clang

This commit is contained in:
Jonas Kvinge
2024-07-30 16:34:20 +02:00
parent 9bfd14d067
commit 388dcf2a1f
6 changed files with 3 additions and 6 deletions

View File

@@ -37,7 +37,6 @@
class TagReaderTagParser : public TagReaderBase {
public:
explicit TagReaderTagParser();
~TagReaderTagParser();
bool IsMediaFile(const QString &filename) const override;