Details
-
Suggestion
-
Resolution: Incomplete
-
P4: Low
-
5.12.3
-
None
Description
Hi
I want subclass QSqlQuery, but I can't. The reason is it has no virtual destructor, so my derivative class can't unregister from QSqlDatabase.
I need to subclass QSqlQuery in order to add exceptions to most common used functions (throw when some of it fail).
thanks and best regards
Szyk Cech