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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
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.