meven added inline comments. INLINE COMMENTS
> kurlnavigatorplacesselector.cpp:75
> + // Submenus have to be deleted explicitly (QTBUG-11070)
> + for(QObject *obj : QObjectList(m_placesMenu->children())) {
> + delete qobject_cast<QMenu*>(obj); // Noop for nullptr
Shouldn't it be done before the call to `m_placesMenu->clear();`
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D27002
To: fvogt, #frameworks
Cc: meven, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
