Add onscreen title in replyShowWindow
[apps/onscreenapp.git] / app / eventhandler.h
index 567c8a9..bb75d9b 100644 (file)
@@ -45,7 +45,7 @@ public:
     static void onRep_static(struct json_object* reply_contents);
 
     Q_INVOKABLE void deactivateWindow();
-    Q_INVOKABLE void onScreenReply(const QString &btn_name);
+    Q_INVOKABLE void onScreenReply(const QString &ons_title, const QString &btn_name);
 
 signals:
     void updateModel(QVariant data);