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
Branch
fix_launch_crash
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17348
Build 17366: arc lint + arc unit
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.