Skip to content

Remove pointless QSqlQuery::finish/clear calls

Volker Krause requested to merge work/vkrause/qsqlquery-cleanup into master

We replace (and thus destruct) that QSqlQuery instance right afterwards anyway, so there is no benefit of doing that manual cleanup here.

With Qt 6 this also doesn't build anymore, due to stricter const correctness.

Merge request reports