Skip to content

Fix crash at start of session without projects

Christoph Roick requested to merge croick/kdevelop:grepview-crash into master

Restoration of the search history of a session that does not contain projects happens before the construction of the UI is done. The search for the corresponding search toolview is aborted early in this case. Since the restoration of the search history via the hidden search dialog is invoked by the toolview itself, it can alternatively be accessed as the parent of the dialog.

BUG: 456767 FIXED-IN: 5.10.230370

Merge request reports