D12438: Fix PlasmaCalendar widget to not mark days with minor events
Kai Uwe Broulik
noreply at phabricator.kde.org
Wed May 2 12:14:50 UTC 2018
broulik accepted this revision.
broulik added a comment.
This revision is now accepted and ready to land.
address comment then ship it
INLINE COMMENTS
> daysmodel.cpp:223
> + auto it = m_eventsData.find(date);
> + while (it != m_eventsData.end() && it.key() == date) {
> + if (!it.value().isMinor()) {
`std::find_if`
REPOSITORY
R242 Plasma Framework (Library)
BRANCH
fixdisplayofminorevents
REVISION DETAIL
https://phabricator.kde.org/D12438
To: kossebau, #plasma, broulik
Cc: broulik, #frameworks, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180502/5d70b3b3/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list