forked from quickshell/quickshell
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
|
|
@ -141,6 +141,7 @@ public:
|
|||
[[nodiscard]] QQmlListProperty<QObject> data();
|
||||
|
||||
signals:
|
||||
void closed();
|
||||
void windowConnected();
|
||||
void windowDestroyed();
|
||||
void visibleChanged();
|
||||
|
|
@ -160,6 +161,7 @@ signals:
|
|||
void polished();
|
||||
|
||||
protected slots:
|
||||
void onVisibleChanged();
|
||||
virtual void onWidthChanged();
|
||||
virtual void onHeightChanged();
|
||||
void onMaskChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue