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

@@ -32,6 +32,7 @@
#include "tagreaderbase.h"
TagReaderBase::TagReaderBase() = default;
TagReaderBase::~TagReaderBase() = default;
QString TagReaderBase::ErrorString(const Result &result) {