core/objectrepeater: delete delegate instances after removal

This commit is contained in:
outfoxxed 2024-06-23 03:18:27 -07:00
parent 09d8a7a07d
commit c78c86425d
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 6 additions and 7 deletions

View file

@ -62,7 +62,7 @@ private slots:
void onDelegateDestroyed();
void onModelDestroyed();
void onModelRowsInserted(const QModelIndex& parent, int first, int last);
void onModelRowsAboutToBeRemoved(const QModelIndex& parent, int first, int last);
void onModelRowsRemoved(const QModelIndex& parent, int first, int last);
void onModelRowsMoved(
const QModelIndex& sourceParent,