Update RSS Classes

This commit is contained in:
Nick Tiskov 2013-11-10 23:24:44 +04:00
parent a8e57d3a7e
commit ae8356aae5
4 changed files with 5 additions and 4 deletions

View file

@ -214,7 +214,7 @@ void RssParser::parseRssFile(const QString& feedUrl, const QString& filePath)
{
qDebug() << Q_FUNC_INFO << feedUrl << filePath;
m_mutex.lock();
ParsingJob job = {feedUrl, filePath};
ParsingJob job = { feedUrl, fsutils::fromNativePath(filePath) };
m_queue.enqueue(job);
// Wake up thread.
if (m_queue.count() == 1) {