Commit aedc6d42 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fix clang-tidy warnings about class definitions


- Use ' = default' for trivial constructors/destructors
- replace virtual by override or add override where applicable
- Replace trivial constructors by member initialization for simple structs
- Add Q_DISABLE_COPY or spell out deleted functions where only
  a copy constructor is implemented

Change-Id: I0b1610cb1425dd276a97df8179140c55f2e7b049
Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
Showing with 114 additions and 102 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment