From fc41fa6da7f64262a7bbc4313b920762e1a31d15 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 29 May 2020 13:30:15 +0300 Subject: homescreenhandler: Add the ability to specify the output based on the screen Pass the output when activing the surface in Launcher.qml Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad Change-Id: I4b8f03c90712290f580a570cd2644a4bc44687c5 --- launcher/src/homescreenhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launcher/src/homescreenhandler.h') diff --git a/launcher/src/homescreenhandler.h b/launcher/src/homescreenhandler.h index ac490ce..471a663 100644 --- a/launcher/src/homescreenhandler.h +++ b/launcher/src/homescreenhandler.h @@ -35,7 +35,7 @@ public: void init(int port, const char* token, QString myname); - Q_INVOKABLE void tapShortcut(QString application_id); + Q_INVOKABLE void tapShortcut(QString application_id, QString output_name); Q_INVOKABLE void getRunnables(void); void onRep(struct json_object* reply_contents); -- cgit 1.2.3-korg