D20024: Fixes crash when hiding devices
Elvis Angelaccio
noreply at phabricator.kde.org
Sat May 4 12:31:08 BST 2019
elvisangelaccio added a comment.
Please also update the commit message (the fix is now different).
INLINE COMMENTS
> kstandarditem.cpp:48
> KStandardItem::KStandardItem(const KStandardItem& item) :
> - m_parent(item.m_parent),
> - m_children(item.m_children),
> + QObject(nullptr),
> m_model(item.m_model),
Shouldn't this be `QObject(item->parent())` ?
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D20024
To: hallas, #dolphin, elvisangelaccio
Cc: ngraham, kfm-devel, alexde, feverfew, meven, spoorun, navarromorales, firef, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190504/b98eeb89/attachment.htm>
More information about the kfm-devel
mailing list