mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-22 13:44:08 +01:00
Use default
This commit is contained in:
parent
336c6cdd9d
commit
be3c7eef60
@ -23,5 +23,5 @@
|
||||
|
||||
const std::string TagReaderBase::kEmbeddedCover = "(embedded)";
|
||||
|
||||
TagReaderBase::TagReaderBase() {}
|
||||
TagReaderBase::~TagReaderBase() {}
|
||||
TagReaderBase::TagReaderBase() = default;
|
||||
TagReaderBase::~TagReaderBase() = default;
|
||||
|
@ -43,9 +43,9 @@
|
||||
#include "core/messagehandler.h"
|
||||
#include "core/timeconstants.h"
|
||||
|
||||
TagReaderTagParser::TagReaderTagParser() {}
|
||||
TagReaderTagParser::TagReaderTagParser() = default;
|
||||
|
||||
TagReaderTagParser::~TagReaderTagParser() {}
|
||||
TagReaderTagParser::~TagReaderTagParser() = default;
|
||||
|
||||
bool TagReaderTagParser::IsMediaFile(const QString &filename) const {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user