-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.9.0
-
-
6733f3893 (dev), d99d653da (dev)
QSqlQueryModel::setLastError should be const because d->error is mutable. It cannot be called in other const functions with current settings.