https://bugs.kde.org/show_bug.cgi?id=503439
--- Comment #5 from Nate Graham <n...@kde.org> --- Looking at the code in master, the only way I could see this going wrong is if model.display turns null at some point, causing BaseCellDelegate to pass an empty string as the text property to TreeViewDelegate. Then `T.ToolTip.text: controlRoot.model.display` in TreeViewDelegate becomes sad. -- You are receiving this mail because: You are watching all bug changes.