Fix compilation for Qt 4.
This commit is contained in:
parent
4c7b361452
commit
cbcb4e4c87
@ -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));
|
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"));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user