diff options
Diffstat (limited to 'sample/app/eventhandler.h')
-rw-r--r-- | sample/app/eventhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/app/eventhandler.h b/sample/app/eventhandler.h index 77e01e6..96e44ae 100644 --- a/sample/app/eventhandler.h +++ b/sample/app/eventhandler.h @@ -59,6 +59,7 @@ public: Q_INVOKABLE void hideWindow(QString id); Q_INVOKABLE int start(const QString &app_id); Q_INVOKABLE bool is_running(const QString &app_id); + Q_INVOKABLE void set_window_popup(const QString &app_id, int x, int y); signals: void signalOnReplyShowWindow(QVariant val); |