QML: Mention broken window id inremoved signal
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
63cd995e82
commit
2f762366d3
@ -55,6 +55,8 @@ Triggered when new window was created with the new window in parameter.
|
||||
#### removed(Window)
|
||||
Triggered when window was removed (closed) with the window as a
|
||||
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
|
||||
Each window has some properties which can be read, we can also get to
|
||||
|
Loading…
Reference in New Issue
Block a user