Use append instead of operator+= when appending to an QVector<int>
ClosedPublic

Authored by bruns on Nov 22 2018, 1:42 AM.

Details

Summary

operator+= could easily be taken for an algebraic addition, whereas the
meaning of append is obvious.

Diff Detail

Repository
R293 Baloo
Branch
submit
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 5240
Build 5258: arc lint + arc unit
bruns created this revision.Nov 22 2018, 1:42 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptNov 22 2018, 1:42 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Nov 22 2018, 1:42 AM
lbeltrame accepted this revision.Nov 22 2018, 6:38 AM
This revision is now accepted and ready to land.Nov 22 2018, 6:38 AM
This revision was automatically updated to reflect the committed changes.