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

DirectShow: 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 where applicable
- Mark move assignment/move constructors as noexcept
- Remove unused member variables

Change-Id: I579fb69ebcd945b94de32b827d93e5a4dab4df97
Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
parent 35ace9e2
No related merge requests found
Showing with 124 additions and 145 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