forked from quickshell/quickshell
core/transformwatcher: fix crash when a or b is destroyed
Usually happens during reload.
This commit is contained in:
parent
b5b9c1f6c3
commit
67783ec24c
2 changed files with 51 additions and 2 deletions
|
@ -60,6 +60,9 @@ signals:
|
|||
|
||||
private slots:
|
||||
void recalcChains();
|
||||
void itemDestroyed();
|
||||
void aDestroyed();
|
||||
void bDestroyed();
|
||||
|
||||
private:
|
||||
void resolveChains(QQuickItem* a, QQuickItem* b, QQuickItem* commonParent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue