mwolff added inline comments.
INLINE COMMENTS
> screenmapper.cpp:177
> +{
> + for (auto it = m_itemsOnDisabledScreensMap.begin();
> + it != m_itemsOnDisabledScreensMap.end(); ++it) {
doesn't this work too:
for (auto &names : m_itemsOnDisabledScreensMap) {
names.removeAll(name);
}
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D9313
To: amantia, #plasma, hein, mwolff
Cc: ngraham, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, apol, mart