use appid instead of appname in "tap_shortcut"
[src/libqthomescreen.git] / src / qlibhomescreen.h
index cc0f12a..bf43963 100644 (file)
@@ -43,7 +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);
+    Q_INVOKABLE void tapShortcut(QString application_id);
 
 signals: