tstring.h File Reference
#include "taglib.h"
#include "tbytevector.h"
#include <string>
Include dependency graph for tstring.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
#define QStringToTString |
( |
s |
|
) |
TagLib::String(s.utf8().data(), TagLib::String::UTF8) [related]
|
|
|
Converts a TagLib::String to a QString without a requirement to link to Qt. |
#define TStringToQString |
( |
s |
|
) |
QString::fromUtf8(s.toCString(true)) [related]
|
|
|
Converts a TagLib::String to a QString without a requirement to link to Qt. |