Fix Qt 4 build.

This commit is contained in:
Martin Rotter 2016-02-17 19:11:31 +01:00
parent 4b37dd8200
commit f87417a003

View File

@ -653,7 +653,9 @@ int StandardFeed::updateMessages(const QList<Message> &messages) {
QString new_message_url = QUrl(url()).toString(QUrl::RemoveUserInfo |
QUrl::RemovePath |
QUrl::RemoveQuery |
#if QT_VERSION >= 0x050000
QUrl::RemoveFilename |
#endif
QUrl::StripTrailingSlash);
new_message_url += message.m_url;