Remove newline.

This commit is contained in:
Martin Rotter 2016-06-10 11:27:52 +02:00
parent 2bb3460689
commit bd7cb58f18
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ void FeedsImportExportModel::importAsTxtURLPerLine(const QByteArray &data, bool
if (!url.isEmpty()) {
QPair<StandardFeed*,QNetworkReply::NetworkError> guessed;
if (fetch_metadata_online &&
(guessed = StandardFeed::guessFeed(url)).second == QNetworkReply::NoError) {
guessed.first->setUrl(url);