mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 00:58:12 -04:00
replace uft8() with toUtf8() to silence warnings in Juk.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@595632 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
7892e7c9df
commit
de56f6850d
@ -32,7 +32,7 @@
|
||||
*
|
||||
* Converts a TagLib::String to a QString without a requirement to link to Qt.
|
||||
*/
|
||||
#define QStringToTString(s) TagLib::String(s.utf8().data(), TagLib::String::UTF8)
|
||||
#define QStringToTString(s) TagLib::String(s.toUtf8().data(), TagLib::String::UTF8)
|
||||
|
||||
/*!
|
||||
* \relates TagLib::String
|
||||
|
Loading…
x
Reference in New Issue
Block a user