Move default constructor to header

This commit is contained in:
Jonas Kvinge
2024-06-12 17:30:40 +02:00
parent 92fa75b6c2
commit f1f79fb961
4 changed files with 4 additions and 4 deletions

View File

@@ -267,7 +267,7 @@ bool GME::VGM::GetPlaybackLength(const QByteArray &sample_count_bytes, const QBy
}
TagReaderGME::TagReaderGME() = default;
TagReaderGME::~TagReaderGME() = default;
bool TagReaderGME::IsMediaFile(const QString &filename) const {
QFileInfo fileinfo(filename);