aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/src/homescreenhandler.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-05-29 13:30:15 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-05-29 13:41:01 +0300
commit82bfc3a25532c9de903613d3eb71f8453fd01682 (patch)
tree10b6e3b3f054810671f3f18fbfd6331062ddd40c /launcher/src/homescreenhandler.h
parent83496d2f6968f7d12a183581d320065bdba52132 (diff)
homescreenhandler: Add the ability to specify the output based on the
screen Pass the output when activing the surface in Launcher.qml Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'launcher/src/homescreenhandler.h')
-rw-r--r--launcher/src/homescreenhandler.h2
1 files changed, 1 insertions, 1 deletions
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);