aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenhandler.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-08-05 19:56:29 +0300
committerMarius Vlad <marius.vlad@collabora.com>2022-08-06 13:30:09 +0300
commit13db32c880ca9ecc4fe230474330aef11c981f80 (patch)
treeccc5516c97dc297e565337a2e175a5c4d7f280cc /homescreen/src/homescreenhandler.h
parent74108a65e4c17687a6c5c95cc9bf801b0064d128 (diff)
homescreenhandler: Add support for splitsandbox/mvlad/react-to-split-events
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I2d32a539e1f3bd5601c652b8fcf8888152258e07
Diffstat (limited to 'homescreen/src/homescreenhandler.h')
-rw-r--r--homescreen/src/homescreenhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/homescreenhandler.h b/homescreen/src/homescreenhandler.h
index 503221a..a42acd7 100644
--- a/homescreen/src/homescreenhandler.h
+++ b/homescreen/src/homescreenhandler.h
@@ -57,6 +57,7 @@ signals:
public slots:
void appStarted(const QString& application_id);
void appTerminated(const QString& application_id);
+ void appSplit(const QString& application_id, uint32_t orientation);
private:
ApplicationLauncher *mp_launcher;