mirror of
https://github.com/taglib/taglib.git
synced 2026-02-07 16:00:22 -05:00
exported the rest of the classes (hope I got all)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@698836 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#ifndef TAGLIB_ID3V2FRAMEFACTORY_H
|
||||
#define TAGLIB_ID3V2FRAMEFACTORY_H
|
||||
|
||||
#include "taglib_export.h"
|
||||
#include "tbytevector.h"
|
||||
#include "id3v2frame.h"
|
||||
|
||||
@ -50,7 +51,7 @@ namespace TagLib {
|
||||
* textbooks (Notably <i>Design Patters</i>).
|
||||
*/
|
||||
|
||||
class FrameFactory
|
||||
class TAGLIB_EXPORT FrameFactory
|
||||
{
|
||||
public:
|
||||
static FrameFactory *instance();
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
#ifndef TAGLIB_MPEGFILE_H
|
||||
#define TAGLIB_MPEGFILE_H
|
||||
|
||||
#include "taglib_export.h"
|
||||
#include "tfile.h"
|
||||
|
||||
#include "mpegproperties.h"
|
||||
@ -44,7 +45,7 @@ namespace TagLib {
|
||||
* to the different ID3 tags.
|
||||
*/
|
||||
|
||||
class File : public TagLib::File
|
||||
class TAGLIB_EXPORT File : public TagLib::File
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user