Converts a couple foreach
ClosedPublic

Authored by meven on Oct 24 2019, 11:38 AM.

Details

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.
meven created this revision.Oct 24 2019, 11:38 AM
Restricted Application added a project: Plasma. · View Herald TranscriptOct 24 2019, 11:38 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
meven requested review of this revision.Oct 24 2019, 11:38 AM
meven added inline comments.Oct 24 2019, 11:39 AM
krunner/view.cpp
224–225

screens currently returns QList<QScreen* > and QList should get deprecated in Qt6, so using auto might save us some porting later on.

davidedmundson accepted this revision.Oct 24 2019, 11:52 AM
This revision is now accepted and ready to land.Oct 24 2019, 11:52 AM
This revision was automatically updated to reflect the committed changes.