wayland/lock: fix post-reload lockscreen creation

This broke due to the changes that ensure onReload always runs.
This commit is contained in:
outfoxxed 2024-04-25 14:18:25 -07:00
parent ce4e697667
commit 1f49c55711
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 6 additions and 4 deletions

View file

@ -153,6 +153,7 @@ public:
void onReload(QObject* oldInstance) override;
QQuickWindow* disownWindow();
void attach();
void show();
[[nodiscard]] QQuickItem* contentItem() const;