Remove pointless QSqlQuery::finish/clear calls
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.