mirror of
https://github.com/taglib/taglib.git
synced 2025-10-29 06:45:11 -04:00
Bleh, just remove this. Back to UTF-8-based conversions...
BUG:157113 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@770124 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -47,16 +47,6 @@
|
||||
*/
|
||||
#define TStringToQString(s) QString::fromUtf8(s.toCString(true))
|
||||
|
||||
|
||||
#if defined(QT_VERSION_CHECK)
|
||||
# if (QT_VERSION >= QT_VERSION_CHECK(4, 0, 0))
|
||||
# undef QStringToTString
|
||||
# undef TStringToQString
|
||||
# define QStringToTString(s) TagLib::String(s.toStdWString())
|
||||
# define TStringToQString(s) QString::fromStdWString(s.toWString())
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace TagLib {
|
||||
|
||||
//! A \e wide string class suitable for unicode.
|
||||
|
||||
Reference in New Issue
Block a user