Adapt most changes from taglib2

This commit is contained in:
Jonas Kvinge
2020-06-26 23:30:30 +02:00
parent 08882639e0
commit 5f71a558b9
374 changed files with 13708 additions and 4418 deletions

View File

@@ -37,9 +37,7 @@
class QTextCodec;
#ifndef USE_SYSTEM_TAGLIB
using namespace Strawberry_TagLib;
#endif
class FileRefFactory;
@@ -49,7 +47,7 @@ class FileRefFactory;
*/
class TagReader {
public:
TagReader();
explicit TagReader();
~TagReader();
pb::tagreader::SongMetadata_FileType GuessFileType(TagLib::FileRef *fileref) const;
@@ -79,7 +77,6 @@ class TagReader {
void SetUnsyncLyricsFrame(const std::string& value, TagLib::ID3v2::Tag* tag) const;
private:
FileRefFactory *factory_;
const std::string kEmbeddedCover;