core/proxywindow: fix ProxiedWindow proxy pointer after reload

Previously was not updated after reload, causing QsWindowAttached to
use the old window pointer after it had been freed.
This commit is contained in:
outfoxxed 2024-11-29 00:11:56 -08:00
parent 59298f6507
commit 8882f7ca50
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 32 additions and 0 deletions

View file

@ -9,6 +9,7 @@ class TestWindowAttachment: public QObject {
private slots:
static void attachedAfterReload();
static void attachedBeforeReload();
static void earlyAttachReloaded();
static void owningWindowChanged();
static void nonItemParents();
};