D11216: Update trash icon after restore operation

Elvis Angelaccio noreply at phabricator.kde.org
Sun Mar 11 16:16:20 GMT 2018


elvisangelaccio requested changes to this revision.
elvisangelaccio added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> dolphintrash.cpp:44
>      connect(m_trashDirLister, static_cast<void(KDirLister::*)()>(&KDirLister::completed), trashDirContentChanged);
> +    connect(m_trashDirLister, &KDirLister::itemsDeleted, trashDirContentChanged);
>      m_trashDirLister->openUrl(QStringLiteral("trash:/"));

Please add `this` as receiver argument (I already fixed the connect() above, forgot to mention it in the previous review).

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D11216

To: rominf, #dolphin, elvisangelaccio
Cc: elvisangelaccio, #dolphin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180311/465c0183/attachment.htm>


More information about the kfm-devel mailing list