Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
6.6
-
None
Description
QSqlRecord doesn't have a virtual destructor. Nevertheless, QSqlIndex subclasses it, and adds member variables. QSqlRecord does have a d-pointer and is shared (but not declared as such), QSqlIndex doesn't have a d-pointer.
This needs to be cleaned up next time we can break binary compatibility.