1

QML: Mention broken window id inremoved signal

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-04-25 22:08:40 +02:00
parent 63cd995e82
commit 2f762366d3
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -54,7 +54,9 @@ Triggered when new window was created with the new window in parameter.
#### removed(Window) #### removed(Window)
Triggered when window was removed (closed) with the window as a Triggered when window was removed (closed) with the window as a
parameter. parameter.
The `Window.id` property provided by this signal is `-1` and because of
this I recommend to use `window` itself as a backup identifier.
## Window properties ## Window properties
Each window has some properties which can be read, we can also get to Each window has some properties which can be read, we can also get to