Modernize: Use override where possible
AbandonedPublic

Authored by kfunk on Apr 4 2017, 6:12 PM.

Details

Reviewers
mardelle
alcinos
Summary

Note: The 'override' on dtor declarations require at least MSVC2015 on
Windows (if that's a concern)

Diff Detail

Repository
R158 Kdenlive
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
kfunk created this revision.Apr 4 2017, 6:12 PM
alcinos edited edge metadata.Apr 4 2017, 10:08 PM

I'm fine with this diff. However, please note that the development is currently taking place on branch "refactoring_timeline", so you may want to base your PRs on that. There is a unit-test suit on that one.
Also, I'm guessing that this PR is done by automatic tools. If you do something manually, you can safely ignore code in the following directories since they will be deleted soon:

  • timeline/
  • effectstack/
  • effectslist/
kfunk planned changes to this revision.Apr 10 2017, 11:07 AM

Ping me when you've merged this branch into master, then I'll re-run clang-tidy on this one.

kfunk abandoned this revision.Jul 31 2017, 9:57 AM