https://bugs.kde.org/show_bug.cgi?id=521151
Waqar Ahmed <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Waqar Ahmed <[email protected]> --- > Hmm, tried to create a mime data object that is not coupled to the tooltip > text document, that didn't help, I still get the same crash even with It stops crashing if you don't delete the tooltip: void hideTooltip() { // deleteLater(); fixes the crash } So somehow, the mimeData object's lifetime is getting tied to the tooltip regardless of what you do. Even setting a different parent doesn't help. -- You are receiving this mail because: You are watching all bug changes.
