[interactiveconsole] Fix initial load selection
ClosedPublic

Authored by davidedmundson on Jun 16 2019, 4:06 PM.

Details

Summary

QActionGroup has no signal for when an action within the group changes
checked state. Only when an action within is triggered.

Without calling trigger InteractiveConsole::modeSelectionChanged is not
triggered and m_mode is not updated.

BUG: 408787

Test Plan

qdbus to launch the console
Execute button went to the right place

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Jun 16 2019, 4:06 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJun 16 2019, 4:06 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Jun 16 2019, 4:06 PM
broulik accepted this revision.Jun 18 2019, 3:16 PM
broulik added a subscriber: broulik.

5.16 please

This revision is now accepted and ready to land.Jun 18 2019, 3:16 PM
This revision was automatically updated to reflect the committed changes.