Fix compilation for Qt 4.
This commit is contained in:
parent
4c7b361452
commit
cbcb4e4c87
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue