Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Incomplete
-
Affects Version/s: 5.12.3
-
Fix Version/s: 7.0 (Next Major Release)
-
Component/s: SQL Support
-
Labels:None
-
Platform/s:
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