QFlags<>: let the compiler generate copy ctor/op=
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 24 Feb 2012 16:33:25 +0000 (17:33 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sun, 26 Feb 2012 22:43:10 +0000 (23:43 +0100)
commit2a771cef4a939d26f6ffc45caa690330b33882c9
tree57583b081c64cbdc2cbe97eb0e30a505211ec495
parente34ee3127043773a037bfd18a2d457d409032ee5
QFlags<>: let the compiler generate copy ctor/op=

The user-defined copy constructor and
copy-assignment operators were 100% equivalent
to the ones the compiler would generate, so
let the compiler generate them (so we reap
move constructors, too, even though they're
not needed on this class).

Change-Id: Iecdd579fa5a819d083ec9b2f25734ddba85515e6
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/global/qglobal.h