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:
Scott Wheeler
2008-02-02 21:12:47 +00:00
parent fa679873cd
commit c619ea1d58

View File

@ -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.