https://bugs.kde.org/show_bug.cgi?id=357577
caulier.gil...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caulier.gil...@gmail.com --- Comment #2 from caulier.gil...@gmail.com --- It sound like a Qt5 bug. #13 0x00000037b2808c61 in QAbstractItemModel::beginInsertRows (this=0x13c1c40, parent=..., first=0, last=0) at itemmodels/qabstractitemmodel.cpp:2602 #14 0x00007ffff795dc64 in Digikam::AbstractAlbumModel::slotAlbumAboutToBeAdded (this=0x13c1c40, album=0x22514a0, parent=0x32a94c0, prev=0x0) at /usr/src/packages/multimedia/digikam/core/libs/models/abstractalbummodel.cpp:438 When a parent album need to be inserted in the model (prev = 0), QAbstractItemModel::beginInsertRows() i scalled with 2 arguments to 0. I tried to reproduce the problem here, and it's not reproducible (Qt 5.5.1) Which Qt version did you use ? Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.