Fix compilation for Qt 4.

This commit is contained in:
Martin Rotter 2015-06-30 18:39:35 +02:00
parent 4c7b361452
commit cbcb4e4c87

View File

@ -71,5 +71,5 @@ QString FeedDownloadResults::getOverview(int how_many_feeds) {
result.append(m_updatedFeeds.at(i).first + QSL(": ") + QString::number(m_updatedFeeds.at(i).second));
}
return result.join(QL1C('\n'));
return result.join(QSL("\n"));
}