summaryrefslogtreecommitdiffstats
path: root/app/eventhandler.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-03-12 15:56:03 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-03-14 13:37:08 +0800
commitfa03906e589c570051a084fdb2bf4450b8d99e98 (patch)
tree6fc8f7ecad908d8ee3b11e26cd54a824235bef38 /app/eventhandler.h
parentaee1b69e8e207081a3d8b2670980671a9fbc78b8 (diff)
Only set buttonName information in replyShowWindow isn't enough for application who have two onscreens with same button name. So add onscreen title into replayShowWindow. Bug-AGL: SPEC-1967 Change-Id: Ia695ed6d14ee49e6342f7600fdb2800da8b518c6 Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Diffstat (limited to 'app/eventhandler.h')
-rw-r--r--app/eventhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/eventhandler.h b/app/eventhandler.h
index 567c8a9..bb75d9b 100644
--- a/app/eventhandler.h
+++ b/app/eventhandler.h
@@ -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);