|
|
#include "taglib.h"#include "tbytevector.h"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | TagLib |
Classes | |
| class | TagLib::String |
| A wide string class suitable for unicode. More... | |
Defines | |
| #define | QStringToTString(s) TagLib::String(s.utf8().data(), TagLib::String::UTF8) |
| #define | TStringToQString(s) QString::fromUtf8(s.toCString(true)) |
|
|
Converts a TagLib::String to a QString without a requirement to link to Qt. |
|
|
Converts a TagLib::String to a QString without a requirement to link to Qt. |