Hi,

How do I reset a persistent Index List?

Let's say I signal "layoutAboutToBeChanged()" then I update my data and check if the current persistent index is still there. If it's not there, I would like to clear the persistent index. Is there a way to do this?

Thank you