Changeset 467


Ignore:
Timestamp:
11/24/10 18:14:40 (18 months ago)
Author:
sander
Message:

Use UTF-8 encoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/lastfm_metadata_fetcher.cpp

    r465 r467  
    179179void LastFmMetadataFetcher::artistInfoParse(QByteArray artistInfo) 
    180180{ 
    181     QString xmldoc(artistInfo); 
     181    QString xmldoc(QString::fromUtf8(artistInfo)); 
    182182    xmldoc.replace("\\\"", "\""); 
    183183    QXmlStreamReader doc(xmldoc); 
Note: See TracChangeset for help on using the changeset viewer.