diff options
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); |