aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-09-06 17:59:34 -0400
committerKen Moore <ken@ixsystems.com>2018-09-06 17:59:34 -0400
commitfda3b6b2dbe6f992383939a52d1229460217b1a7 (patch)
treef455e710dcd0e99dc807d4ef76d62ac0487d67a3 /src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.h
parentEnsure that the Fluxbox background/wallpaper setter is disabled before Lumina... (diff)
downloadlumina-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.h1
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;
bgstack15