D21492: Remove double look-ups

Kai Uwe Broulik noreply at phabricator.kde.org
Thu May 30 11:33:44 BST 2019


broulik accepted this revision.
broulik added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> shellcorona.cpp:1068
> +    auto itDesktop = m_desktopViewforId.find(idx);
> +    if (itDesktop == m_desktopViewforId.constEnd()) {
>          return;

Compare with `end()` since you're not using `constFind()`

REPOSITORY
  R120 Plasma Workspace

BRANCH
  master

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

To: apol, #plasma, broulik
Cc: broulik, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190530/0433433e/attachment.html>


More information about the Plasma-devel mailing list