Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
The QFutureInterfaceBase hierarchy is a collection of all-inline template classes, and one specialization for void. As a polymorphic class hierarchy with all-inline members, it will create duplicated vtables and fall prey to Clang's -Wweak-vtable, recently added to our headersclean check.
We've suppressed the Clang warning for now, but we need to fix this properly.
Attachments
Issue Links
- clones
-
QTBUG-104486 QTestEvent duplicate vtables
- Open
- relates to
-
QTBUG-69413 QTestLib Changes in Qt
- Open