On Tue, Jun 13, 2017 at 01:18:57AM +0300, Lubomir I. Ivanov wrote:
> 
> I'm building against Qt 5.5.1 and there are consistent asserts

That is getting a bit old...

> when closing / clearing the filter:
> ASSERT failure in QPersistentModelIndex::~QPersistentModelIndex:
> "persistent model indexes corrupted",
> file itemmodels\qabstractitemmodel.cpp, line 557
> 
> void MultiFilterSortModel::clearFilter()
> {
>       justCleared = true;
>       Q_FOREACH (MultiFilterInterface *iface, models) {
>               iface->clearFilter();
>                ^
>                possible cause
> 
> The latest official Windows binaries seem OK.

I think they are build against 5.8 right now - haven't switched them to
5.9, yet.

Change looks reasonable to me. What I don't see is why this would get an
assert.

Tomaz, any idea?

/D
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to