Fix crash when lauching dolphin with a search scheme
ClosedPublic

Authored by iasensio on Oct 5 2019, 11:13 PM.

Details

Summary

Widget objects are initialized in DolphinSearchBox::init(), which is called on QEvent::Polish, so we must set it visible before calling fromSearchUrl.

Test Plan

dolphin --new-window baloosearch://

Diff Detail

Repository
R318 Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
iasensio created this revision.Oct 5 2019, 11:13 PM
Restricted Application added a project: Dolphin. · View Herald TranscriptOct 5 2019, 11:13 PM
Restricted Application added a subscriber: kfm-devel. · View Herald Transcript
iasensio requested review of this revision.Oct 5 2019, 11:13 PM
elvisangelaccio accepted this revision.Oct 6 2019, 9:39 AM
This revision is now accepted and ready to land.Oct 6 2019, 9:39 AM
This revision was automatically updated to reflect the committed changes.