#include <tdebug.h>
#include <tagunion.h>
#include <id3v1tag.h>
+#include <tpropertymap.h>
#include "apefile.h"
#include <tfile.h>
#include <tstring.h>
#include <tmap.h>
+#include <tpropertymap.h>
#include "apetag.h"
#include "apefooter.h"
}
}
}
- return PropertyMap;
+ return PropertyMap();
}
APE::Footer *APE::Tag::footer() const
#include <tlist.h>
#include <tdebug.h>
#include <tagunion.h>
+#include <tpropertymap.h>
#include <id3v2header.h>
#include <id3v2tag.h>
#include "itfile.h"
#include "tdebug.h"
#include "modfileprivate.h"
+#include "tpropertymap.h"
using namespace TagLib;
using namespace IT;
#include "tstringlist.h"
#include "tdebug.h"
#include "modfileprivate.h"
+#include "tpropertymap.h"
using namespace TagLib;
using namespace Mod;
#include "modtag.h"
#include "tstringlist.h"
+#include "tpropertymap.h"
+
using namespace TagLib;
using namespace Mod;
#include <tstring.h>
#include <tagunion.h>
#include <tdebug.h>
+#include <tpropertymap.h>
#include "mpcfile.h"
#include "id3v1tag.h"
#include <tdebug.h>
#include <id3v2tag.h>
#include <tstringlist.h>
+#include <tpropertymap.h>
#include "aifffile.h"
#include <tdebug.h>
#include <id3v2tag.h>
#include <tstringlist.h>
+#include <tpropertymap.h>
#include "wavfile.h"
#include "tstringlist.h"
#include "tdebug.h"
#include "modfileprivate.h"
+#include "tpropertymap.h"
#include <iostream>
#include "tag.h"
#include "tstringlist.h"
+#include "tpropertymap.h"
+
using namespace TagLib;
class Tag::TagPrivate
#include "tfilestream.h"
#include "tstring.h"
#include "tdebug.h"
+#include "tpropertymap.h"
#include <stdio.h>
#include <string.h>
return unsupported;
}
-static String PropertyMap::prepareKey(const String &proposed) {
+String PropertyMap::prepareKey(const String &proposed) {
if(proposed.isEmpty())
return String::null;
for (String::ConstIterator it = proposed.begin(); it != proposed.end(); it++)
#include <tdebug.h>
#include <tagunion.h>
#include <tstringlist.h>
+#include <tpropertymap.h>
#include "trueaudiofile.h"
#include "id3v1tag.h"
#include <tstring.h>
#include <tdebug.h>
#include <tagunion.h>
+#include <tpropertymap.h>
#include "wavpackfile.h"
#include "id3v1tag.h"
#include "tdebug.h"
#include "xmfile.h"
#include "modfileprivate.h"
+#include "tpropertymap.h"
#include <string.h>
#include <algorithm>