D19485: Fixes leak of DolphinFileMetaDataWidget in ToolTipManager
Elvis Angelaccio
noreply at phabricator.kde.org
Sun Mar 10 09:54:11 GMT 2019
elvisangelaccio added inline comments.
INLINE COMMENTS
> tooltipmanager.cpp:211
> }
> - m_tooltipWidget->showBelow(m_itemRect, m_fileMetaDataWidget, m_transientParent);
> + m_tooltipWidget->showBelow(m_itemRect, m_fileMetaDataWidget.get(), m_transientParent);
> m_toolTipRequested = false;
What about this one? ;)
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D19485
To: hallas, #dolphin, elvisangelaccio
Cc: kfm-devel, alexde, feverfew, spoorun, navarromorales, firef, andrebarros, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190310/3cbfd513/attachment.htm>
More information about the kfm-devel
mailing list