summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-10-26 14:53:47 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-10-26 15:15:55 (GMT)
commit2d750192e73244f5b4ad6b451f264728d42669be (patch)
tree53616ffcc129e0568b4d6585ae1c554b7eda7061 /src/gui/widgets
parent9c78eb972041a066e455bf04d63f3290afacb982 (diff)
downloadQt-2d750192e73244f5b4ad6b451f264728d42669be.zip
Qt-2d750192e73244f5b4ad6b451f264728d42669be.tar.gz
Qt-2d750192e73244f5b4ad6b451f264728d42669be.tar.bz2
Fixed crash when setting header data in QSqlQueryModel.
The crash (Q_ASSERT_X failure) happened when a proxy model was being attached to the QSqlQueryModel, and no query was set yet. The headerDataChanged() signal was being received by the proxy model who wouldn't check its "proxyfied" data bounds. The patch introduces a behaviour change. However, this change makes the usage of QSqlQueryModel::setHeaderData() to be more in accordance with the current documentation, and to behave in the same way as for QStandardItemModel, QTreeModel, and QTableModel. Task-number: QTBUG-4963 Reviewed-by: Olivier
Diffstat (limited to 'src/gui/widgets')
0 files changed, 0 insertions, 0 deletions