Window: Ensure we integrate windows that were already were shown in a different shell

This commit is contained in:
Aleix Pol
2025-09-11 00:57:44 +02:00
parent cb79d3f60a
commit b9e1260949
2 changed files with 33 additions and 17 deletions

View File

@ -150,6 +150,8 @@ Q_SIGNALS:
void layerChanged();
private:
void initializeShell();
Window(QWindow *window);
QScopedPointer<WindowPrivate> d;
};