From fa8e6d5083a01667bd5bdd3450ca5f883a068d10 Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Wed, 29 Jan 2014 13:43:03 +0100 Subject: QNX: Add support for lgmon Added configure test, whether lgmon (liquid graphics performance monitor) is available. The test is supposed to be positive only for internal BlackBerry NDKs currently. Added calls to initialize lgmon and to indicate when an app is ready for user input. Change-Id: I5cbc29fb38a86585dcebd14d462436deaa1998aa Reviewed-by: Wolfgang Bremer Reviewed-by: Fabian Bumberger Reviewed-by: Rafael Roquetto Reviewed-by: Kevin Krammer --- src/plugins/platforms/qnx/qqnxrasterwindow.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/plugins/platforms/qnx/qqnxrasterwindow.cpp') diff --git a/src/plugins/platforms/qnx/qqnxrasterwindow.cpp b/src/plugins/platforms/qnx/qqnxrasterwindow.cpp index 2c0639e8e3..eb9fac540f 100644 --- a/src/plugins/platforms/qnx/qqnxrasterwindow.cpp +++ b/src/plugins/platforms/qnx/qqnxrasterwindow.cpp @@ -1,6 +1,6 @@ /*************************************************************************** ** -** Copyright (C) 2013 BlackBerry Limited. All rights reserved. +** Copyright (C) 2013 - 2014 BlackBerry Limited. All rights reserved. ** Contact: http://www.qt-project.org/legal ** ** This file is part of the plugins of the Qt Toolkit. @@ -123,8 +123,7 @@ void QQnxRasterWindow::post(const QRegion &dirty) m_previousDirty = dirty; m_scrolled = QRegion(); - if (m_cover) - m_cover->updateCover(); + windowPosted(); } } -- cgit v1.2.3