diff options
author | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2019-03-12 15:56:03 +0800 |
---|---|---|
committer | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2019-03-14 13:37:08 +0800 |
commit | fa03906e589c570051a084fdb2bf4450b8d99e98 (patch) | |
tree | 6fc8f7ecad908d8ee3b11e26cd54a824235bef38 /app/eventhandler.h | |
parent | aee1b69e8e207081a3d8b2670980671a9fbc78b8 (diff) |
Add onscreen title in replyShowWindowicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.1halibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.99.58.99.48.99.38.99.28.99.18.0.68.0.58.0.48.0.38.0.28.0.18.0.07.99.37.99.27.99.1halibut
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.h | 2 |
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); |