https://bugs.kde.org/show_bug.cgi?id=504812
--- Comment #6 from willem <whob...@gmail.com> --- To get this message: dataChanged() called with an invalid index range: topleft: QModelIndex(-1,-1,0x0,QObject(0x0)) bottomRight:QModelIndex(-1,-1,0x0,QObject(0x0)) This seems to be the scenario: - double click the Map Position (not sure what this should be in English) - map opens, showing grey squares where several photo's are clustered - double click on a grey square - the homepage appeares - double click on Map Position again - only then the map is shown zoomed in on the area of the grey square - then click on one of the grey squares in the zoomed area - then the photo's are shown which are located in that square, and one of these photo's is then automatically opened in its own window. - at times at that moment the message dataChanged() called with an invalid index range: topleft: QModelIndex(-1,-1,0x0,QObject(0x0)) bottomRight:QModelIndex(-1,-1,0x0,QObject(0x0)) seems to appear. - -- You are receiving this mail because: You are watching all bug changes.