Add tapShortcut event for launcher application
[src/libqthomescreen.git] / src / qlibhomescreen.h
index c744c29..cc0f12a 100644 (file)
@@ -43,6 +43,7 @@ public:
     Q_INVOKABLE int onScreenMessage(const QString &message);
     Q_INVOKABLE int subscribe(const QString &eventName);
     Q_INVOKABLE int unsubscribe(const QString &eventName);
+    Q_INVOKABLE void tapShortcut(QString application_name);
 
 signals: