mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
core/window: add closed() signal to all window types
This commit is contained in:
parent
5706c09e6f
commit
a2146f6394
4 changed files with 17 additions and 1 deletions
|
|
@ -236,6 +236,9 @@ public:
|
|||
static QsWindowAttached* qmlAttachedProperties(QObject* object);
|
||||
|
||||
signals:
|
||||
/// This signal is emitted when the window is closed by the user, the display server,
|
||||
/// or an error. It is not emitted when @@visible is set to false.
|
||||
void closed();
|
||||
void windowConnected();
|
||||
void visibleChanged();
|
||||
void backingWindowVisibleChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue