Commit 96b70c3a authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Qt Designer: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVE


Fix clang warnings like:
warning: class '...' defines a default destructor, a copy constructor and a copy assignment operator but does not define a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions

Change-Id: I12ead44ddea8f6f69d75f99bea61e69ecac36db4
Reviewed-by: default avatarJarek Kobus <jaroslaw.kobus@qt.io>
 
Showing with 32 additions and 32 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