homescreenhandler: Add support for split
[apps/homescreen.git] / homescreen / src / homescreenhandler.h
index 503221a..a42acd7 100644 (file)
@@ -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;