D23668: [Information Panel] Allows to refresh icon and metadata for urls such as trash:/
Elvis Angelaccio
noreply at phabricator.kde.org
Mon Sep 9 10:23:48 BST 2019
elvisangelaccio added inline comments.
INLINE COMMENTS
> informationpanel.cpp:322
> for (const QString& fileName : files) {
> - if (m_shownUrl == QUrl::fromLocalFile(fileName)) {
> + if (m_shownUrl == QUrl(fileName) || m_shownUrl == QUrl::fromLocalFile(fileName)) {
> showItemInfo();
Can you explain what the problem is? Is it because `trash:/` is not local?
REPOSITORY
R318 Dolphin
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23668
To: meven, ngraham, #dolphin, elvisangelaccio
Cc: kfm-devel, iasensio, fprice, MrPepe, fbampaloukas, alexde, Codezela, feverfew, meven, spoorun, navarromorales, firef, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190909/af3ce3e5/attachment.htm>
More information about the kfm-devel
mailing list