sample/app: Allow to set-up the onscreenapp as pop-up
[apps/onscreenapp.git] / sample / app / eventhandler.h
index 77e01e6..96e44ae 100644 (file)
@@ -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);