D19739: Make the feed uri the baseUrl for previews
Laurent Montel
noreply at phabricator.kde.org
Mon Mar 18 06:03:58 GMT 2019
mlaurent requested changes to this revision.
mlaurent added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> pinaraf wrote in articleviewerwidget.cpp:196
> 100% sure. See feed.cpp line 146 where Feeds are instanciated from OPML. Otherwise, they are instanciated when added by URL. Having it null would be terrible about everywhere in the codebase I think.
Ok add a
const QUrl xmlUrl = QUrl(article.feed()->xmlUrl());
qCDebug(...) << " xmlUrl : "<< xmlUrl;
m_articleHtmlWriter->setBaseUrl(xmlUrl);
so we can debug it if there is a wierd url.
Thanks
REPOSITORY
R201 Akregator
REVISION DETAIL
https://phabricator.kde.org/D19739
To: pinaraf, #kde_pim, mlaurent
Cc: mlaurent, kde-pim, dvasin, rodsevich, winterz, vkrause, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20190318/7363491a/attachment.html>
More information about the kde-pim
mailing list