summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-01-26 23:09:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-06 07:57:13 +0100
commita694b9f8d204d6555caf4e30dbd18f536859c5bd (patch)
treec1c58300e4f97468fa9d34fa07b7df14e7507c0e /examples
parent04478614c1f21de8ff9abb7fe9dc64c672065695 (diff)
fix QSqlTableModel::headerData() for empty query with inserted row
QSqlQueryModel::headerData() relied on virtual indexInQuery() to detect whether the requested column at row 0 mapped to an index in the query. This failed when row 0 was a pending insert managed by QSqlTableModel, and therefore not in the query. The only thing that matters here is the column. Task-number: QTBUG-29108 Change-Id: I3e0ae85ba223e444781ec8033386d394bb44f0e8 Reviewed-by: Andy Shaw <andy.shaw@digia.com> Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions