diff options
author | Ken Moore <ken@ixsystems.com> | 2018-09-06 17:59:34 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-09-06 17:59:34 -0400 |
commit | fda3b6b2dbe6f992383939a52d1229460217b1a7 (patch) | |
tree | f455e710dcd0e99dc807d4ef76d62ac0487d67a3 /src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h | |
parent | Ensure that the Fluxbox background/wallpaper setter is disabled before Lumina... (diff) | |
download | lumina-fda3b6b2dbe6f992383939a52d1229460217b1a7.tar.gz lumina-fda3b6b2dbe6f992383939a52d1229460217b1a7.tar.bz2 lumina-fda3b6b2dbe6f992383939a52d1229460217b1a7.zip |
Checkpoint commit for some uncommitted changed to lumina-desktop-unified
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h b/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h index e4efeef7..964f1fc1 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h @@ -125,6 +125,7 @@ public slots: Q_INVOKABLE void requestKill(); //ask the WM to kill the app associated with this window (harsh - only use if not responding) Q_INVOKABLE void requestPing(); //ask the app if it is still active (a WindowNotResponding signal will get sent out if there is no reply); Q_INVOKABLE void requestActivate(); + Q_INVOKABLE void announceClosed(); private: QHash <NativeWindowObject::Property, QVariant> hash; |