mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-30 09:05:04 +01:00
Add taglib includes
This commit is contained in:
parent
c6f6118506
commit
e62ab23de2
@ -26,28 +26,18 @@
|
|||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
#include <taglib/tstring.h>
|
||||||
|
#include <taglib/fileref.h>
|
||||||
#include <taglib/xiphcomment.h>
|
#include <taglib/xiphcomment.h>
|
||||||
#include <taglib/apetag.h>
|
#include <taglib/apetag.h>
|
||||||
#include <taglib/apefile.h>
|
#include <taglib/apefile.h>
|
||||||
|
#include <taglib/id3v2tag.h>
|
||||||
|
|
||||||
#include "tagreadermessages.pb.h"
|
#include "tagreadermessages.pb.h"
|
||||||
|
|
||||||
class QTextCodec;
|
class QTextCodec;
|
||||||
|
|
||||||
#ifndef USE_SYSTEM_TAGLIB
|
#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;
|
using namespace Strawberry_TagLib;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user