D26721: Fixes multiple VCS plugin calls on single directory update.
Elvis Angelaccio
noreply at phabricator.kde.org
Sun Jan 19 21:15:35 GMT 2020
elvisangelaccio requested changes to this revision.
elvisangelaccio added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> versioncontrolobserver.cpp:72
> disconnect(m_model, &KFileItemModel::itemsChanged,
> - this, &VersionControlObserver::delayedDirectoryVerification);
> + this, nullptr);
> }
Please use a new private slot instead of the lambda below, so that you don't have to put `nullptr` here.
REVISION DETAIL
https://phabricator.kde.org/D26721
To: nikolaik, #dolphin, meven, ngraham, elvisangelaccio
Cc: kfm-devel, pberestov, iasensio, fprice, MrPepe, fbampaloukas, alexde, Codezela, feverfew, meven, spoorun, navarromorales, firef, ngraham, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20200119/d03394ac/attachment.htm>
More information about the kfm-devel
mailing list