Commit fc15a1d5 authored by Mark Brand's avatar Mark Brand Committed by Qt by Nokia
Browse files

QSqlResult: replace virtual hooks with virtual functions


Instead of virtual functions which would have broken binary
compatibility, virtual_hook() was used to implement the virtual
functionality. Now, since the step to Qt 5.0 allows breaking
binary compatibility, we take the opporunity to simplify the code
using real virtual functions.

SetNumericalPrecision --> setNumericalPrecisionPolicy()
NextResult --> nextResult()
DetachFromResultSet --> detachFromResultSet()
BatchOperation --> execBatch()

Task-number: QTBUG-25252
Change-Id: Idd3a870f876d8b8a7457559d5f31ec2073786a75
Reviewed-by: default avatarBill King <bill.king@nokia.com>
Reviewed-by: default avatarHarald Fernengel <harald.fernengel@nokia.com>
parent 637ecd57
No related merge requests found
Showing with 63 additions and 63 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment