General cleanup of basketscene
AcceptedPublic

Authored by ognarb on Apr 24 2020, 5:47 PM.

Details

Reviewers
niccolove
Summary
  • Use nullprt instead of NULL or 0
  • Fix some deprecation
  • Remove dead code

Diff Detail

Repository
R1050 BasKet
Branch
updatebasketscene
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25850
Build 25868: arc lint + arc unit
ognarb requested review of this revision.Apr 24 2020, 5:47 PM
ognarb created this revision.
ognarb updated this revision to Diff 81125.Apr 24 2020, 5:51 PM

Remove unrelated local chaneg

alex added a subscriber: alex.Apr 24 2020, 8:19 PM

Just some things I noticed when having a look at this patch :-)

src/basketscene.cpp
572

Add const for the tagId list, and no space after &

5104

Formatting and use qAsConst(m_modifiedFiles)

ognarb updated this revision to Diff 81189.Apr 25 2020, 6:22 PM
  • Fix formating and qAsConst
ognarb marked 2 inline comments as done.Apr 25 2020, 6:22 PM
niccolove accepted this revision.Apr 25 2020, 6:32 PM
This revision is now accepted and ready to land.Apr 25 2020, 6:32 PM
alex added inline comments.Apr 28 2020, 8:03 PM
src/basketscene.cpp
571–572

I meant adding a const here ;-)