qt6-bb10/examples/widgets/itemviews/fetchmore
Christian Ehrlicher e954951423 Fix QAbstractItemModel::beginRemoveRows in examples
QAbstractItemModel::beginRemoveRows() must not take a negative value
for first or last. It will assert so we should make sure the examples
are correct.
The assertion was added in 00c09e752f

Change-Id: I539175c0597ed6f0ae76b7493fd3dca40638714e
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Martin Smith <martin.smith@qt.io>
2018-01-03 07:53:33 +00:00
..
fetchmore.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
filelistmodel.cpp Fix QAbstractItemModel::beginRemoveRows in examples 2018-01-03 07:53:33 +00:00
filelistmodel.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
window.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
window.h Unify license header usage. 2016-03-29 10:20:03 +00:00