homescreenhandler: Add the ability to specify the output based on the
[apps/launcher.git] / launcher / src / homescreenhandler.h
index ac490ce..471a663 100644 (file)
@@ -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);