forked from quickshell/quickshell
core/objectrepeater: delete delegate instances after removal
This commit is contained in:
parent
09d8a7a07d
commit
c78c86425d
2 changed files with 6 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue