Add taglib includes

This commit is contained in:
Jonas Kvinge 2020-04-24 00:01:23 +02:00
parent c6f6118506
commit e62ab23de2
1 changed files with 3 additions and 13 deletions

View File

@ -26,28 +26,18 @@
#include <QByteArray>
#include <QString>
#include <taglib/tstring.h>
#include <taglib/fileref.h>
#include <taglib/xiphcomment.h>
#include <taglib/apetag.h>
#include <taglib/apefile.h>
#include <taglib/id3v2tag.h>
#include "tagreadermessages.pb.h"
class QTextCodec;
#ifndef USE_SYSTEM_TAGLIB
namespace Strawberry_TagLib {
#endif
namespace TagLib {
class FileRef;
class String;
namespace ID3v2 {
class Tag;
class PopularimeterFrame;
}
}
#ifndef USE_SYSTEM_TAGLIB
}
using namespace Strawberry_TagLib;
#endif