Converts a couple foreach
ClosedPublic

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

Details

Diff Detail

Repository
R120 Plasma Workspace
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 18112
Build 18130: arc lint + arc unit
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

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.