Problem using TagLib
Chris Verwymeren
verwymeren at gmail.com
Wed Mar 26 22:44:18 CET 2008
On 26-Mar-08, at 3:02 PM, Colin Kern wrote:
> Hi,
>
> I'm trying to use TagLib in my project, but I'm having some trouble.
> First of all, I think I have found a bug with the QStringToTString
> macro. It tries to call QString::utf8(), but that doesn't exist. I
> think it should be QString::toUtf8().
QString::utf8() is a legacy function from Qt 3. I'm guessing you are
using a version of Qt 4 that was built without Qt 3 support.
Chris
More information about the taglib-devel
mailing list