qt6-bb10/src/corelib/animation
Marc Mutz e966f3189a QtCore: De-duplicate vtables, 2024 edition
This de-inlines destuctors of classes whose vtables are proven to be
duplicated by -Wweak-tables using the upcoming headersclean for _p.h
feature.

Since these are all private API classes, we can pick all the way back
to 6.2, and we don't need the comment that the dtor must always stay
empty, like for public classes.

Task-number: QTBUG-45582
Task-number: QTBUG-126219
Change-Id: I8c864c0d2ed3ca20d20d5cfc356290eb529edf6c
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit 3af20bd8eb8c75017c5d6d138d7c42914ee5bee3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-09-18 09:34:52 +00:00
..
qabstractanimation.cpp QDefaultAnimationDriver: change to use QObject::connect PMF syntax 2024-04-18 06:01:01 +03:00
qabstractanimation.h
qabstractanimation_p.h
qanimationgroup.cpp
qanimationgroup.h
qanimationgroup_p.h
qparallelanimationgroup.cpp
qparallelanimationgroup.h
qparallelanimationgroup_p.h
qpauseanimation.cpp
qpauseanimation.h
qpropertyanimation.cpp QtCore: De-duplicate vtables, 2024 edition 2024-09-18 09:34:52 +00:00
qpropertyanimation.h
qpropertyanimation_p.h QtCore: De-duplicate vtables, 2024 edition 2024-09-18 09:34:52 +00:00
qsequentialanimationgroup.cpp
qsequentialanimationgroup.h
qsequentialanimationgroup_p.h
qvariantanimation.cpp QtCore: De-duplicate vtables, 2024 edition 2024-09-18 09:34:52 +00:00
qvariantanimation.h
qvariantanimation_p.h QtCore: De-duplicate vtables, 2024 edition 2024-09-18 09:34:52 +00:00