pino added inline comments. INLINE COMMENTS
> notifybypopup.cpp:424 > + QMap<KNotification*, KPassivePopup *>::const_iterator i = > d->passivePopups.constBegin(); > + while (i != d->passivePopups.constEnd()) { > + emit finished(i.key()); this loop now will run forever... REPOSITORY R289 KNotifications REVISION DETAIL https://phabricator.kde.org/D19551 To: mlaurent, dfaure Cc: pino, kde-frameworks-devel, michaelh, ngraham, bruns