Skip to content
Commit b802735c authored by Milian Wolff's avatar Milian Wolff
Browse files

fix: use QueuedConnection to fix crash on show declaration/definition

the problem is that quite some direct connections eventually lead to a call to MainWindowPrivate::mergeView()
which in turn called KXMLGuiFactory::removeClient which deleted the QMenu. Afterwards the menu is closed but was already deleted
=> boom

BUG: 249884
parent 099064e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment