mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Documentation fix
CCBUG:209252 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1212867 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
3741c39295
commit
b43c149138
@ -36,7 +36,7 @@
|
||||
/*!
|
||||
* \relates TagLib::String
|
||||
*
|
||||
* Converts a TagLib::String to a QString without a requirement to link to Qt.
|
||||
* Converts a QString to a TagLib::String without a requirement to link to Qt.
|
||||
*/
|
||||
#define QStringToTString(s) TagLib::String(s.utf8().data(), TagLib::String::UTF8)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user