mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Remove newline.
This commit is contained in:
parent
2bb3460689
commit
bd7cb58f18
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user