Skip to content
Snippets Groups Projects
Commit ee4a762e authored by hluk's avatar hluk
Browse files

Use C++11 override keyword

Used following commands and some manual changes.

    clang-tidy -p ~/dev/build/copyq/cmake \
        -checks=modernize-use-override \
        -fix -fix-errors **/*.cpp **/*.h

Removed "override" from destructors.
parent 09a35e1f
Loading
Showing
with 65 additions and 65 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment