Commit 1c95d379 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Qt Designer: Fix clang-tidy warnings about class definitions


- Use ' = default' for trivial constructors/destructors
- replace virtual by override or add override where applicable
- Return *this from assignment operators of custom iterators
- Replace trivial constructors by member initialization for simple structs
- Add Q_DISABLE_COPY

Change-Id: I67fb07cb82ccba93a41d58a8a0782628c9c681d9
Reviewed-by: default avatarJarek Kobus <jaroslaw.kobus@qt.io>
parent b0fd9623
Branches
Tags
No related merge requests found
Showing with 35 additions and 50 deletions
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