From 779ef8bb7e714eef8d48298f641a046e3d25a881 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Fri, 16 Nov 2012 16:31:49 +0000 Subject: QNX: Fix window focus problems when using QNX 6.5.0. In blackberry, activation events come through the navigator, but we might not have a navigator. Change-Id: I0d9e1a08336aa403035fdf00be46d839a83f4b58 Reviewed-by: Kevin Krammer Reviewed-by: Sean Harmer --- src/plugins/platforms/qnx/qqnxintegration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/platforms/qnx/qqnxintegration.h') diff --git a/src/plugins/platforms/qnx/qqnxintegration.h b/src/plugins/platforms/qnx/qqnxintegration.h index 441e2c9d68..97a5e631e8 100644 --- a/src/plugins/platforms/qnx/qqnxintegration.h +++ b/src/plugins/platforms/qnx/qqnxintegration.h @@ -98,6 +98,8 @@ public: void moveToScreen(QWindow *window, int screen); + bool supportsNavigatorEvents() const; + QAbstractEventDispatcher *guiThreadEventDispatcher() const; QPlatformFontDatabase *fontDatabase() const { return m_fontDatabase; } -- cgit v1.2.3