mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-17 03:06:46 +01:00
Add taglib includes
This commit is contained in:
parent
c6f6118506
commit
e62ab23de2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user