qtbase/examples/sql/masterdetail/masterdetail.qrc
Christian Ehrlicher 5a28fe86af Examples/Sql/Masterdetail: Fix deleting rows
Completely deleting a row in a QSqlTableModel needs a call to select()
afterwards, otherwise a blank column will stay according the
documentation of QSqlTableModel::removeRows()
Also add albumdetails.xml to the resource file to make sure it's found
during runtime.

Pick-to: 6.8
Task-number: QTBUG-128434
Change-Id: Ie5cc38edfa27984d186467e3372b05987f78d14c
Reviewed-by: David Faure <david.faure@kdab.com>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-09-07 23:12:43 +02:00

8 lines
169 B
Plaintext

<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>images/icon.png</file>
<file>images/image.png</file>
<file>albumdetails.xml</file>
</qresource>
</RCC>