From 7de94904f1b06e0c33f4e6d88d0f4e956dd46800 Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Wed, 4 Apr 2012 11:17:17 +0200 Subject: [PATCH] Re-enable PPS based rotation handling for blackberry devices BPS based event handling not there yet, so make use of the non-blackberry QNX facility until it is. Change-Id: I95cdbfbe36cd23e71710c8cad0b292a5a375c214 Reviewed-by: Sean Harmer Reviewed-by: Robin Burchell --- src/plugins/platforms/qnx/qqnxintegration.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/platforms/qnx/qqnxintegration.cpp b/src/plugins/platforms/qnx/qqnxintegration.cpp index 90db2a9776..f12073e367 100644 --- a/src/plugins/platforms/qnx/qqnxintegration.cpp +++ b/src/plugins/platforms/qnx/qqnxintegration.cpp @@ -359,9 +359,7 @@ void QQnxIntegration::createDisplays() QObject::connect(m_screenEventHandler, SIGNAL(windowClosed(void *)), screen, SLOT(windowClosed(void *))); -#ifndef Q_OS_BLACKBERRY QObject::connect(m_navigatorEventHandler, SIGNAL(rotationChanged(int)), screen, SLOT(setRotation(int))); -#endif } }