From 30a4114e60ae493c79d3139b46916165978f7b24 Mon Sep 17 00:00:00 2001 From: MyoungSeok Song Date: Thu, 29 Aug 2013 13:42:03 -0700 Subject: QNX: new signals for foreign windows creation/closing Implement the foreignWindowCreated and foreignWindow closed signals, emitted when foreign windows are created and closed, respectively. Change-Id: I72dd5380e6061f191eb8362fda5dd8fb8e9ed06b Reviewed-by: Thomas McGuire Reviewed-by: Kevin Krammer Reviewed-by: Rafael Roquetto --- src/plugins/platforms/qnx/qqnxscreen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/platforms/qnx/qqnxscreen.h') diff --git a/src/plugins/platforms/qnx/qqnxscreen.h b/src/plugins/platforms/qnx/qqnxscreen.h index 6e8c2c6a60..42c490d443 100644 --- a/src/plugins/platforms/qnx/qqnxscreen.h +++ b/src/plugins/platforms/qnx/qqnxscreen.h @@ -98,6 +98,10 @@ public: QPlatformCursor *cursor() const; +Q_SIGNALS: + void foreignWindowCreated(void *window); + void foreignWindowClosed(void *window); + public Q_SLOTS: void setRotation(int rotation); void newWindowCreated(void *window); -- cgit v1.2.3