From 8094bb537ac87d477b04b6d486653983c8423e02 Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Tue, 6 May 2014 10:40:03 +0200 Subject: QNX: Silence startup warnings Missing PPS objects for navigator, virtual keyboard and buttons can be expected on QNX and should not lead to warnings. Virtual keyboard info message does not contain locale object any more. Change-Id: I447d439ffbf4ea6e03f6a8bca4422a9a121d85f4 Reviewed-by: Frank Osterfeld Reviewed-by: Rafael Roquetto --- src/plugins/platforms/qnx/qqnxbuttoneventnotifier.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/platforms/qnx/qqnxbuttoneventnotifier.cpp') diff --git a/src/plugins/platforms/qnx/qqnxbuttoneventnotifier.cpp b/src/plugins/platforms/qnx/qqnxbuttoneventnotifier.cpp index 2f531efd8b..d3f843ac39 100644 --- a/src/plugins/platforms/qnx/qqnxbuttoneventnotifier.cpp +++ b/src/plugins/platforms/qnx/qqnxbuttoneventnotifier.cpp @@ -90,7 +90,9 @@ void QQnxButtonEventNotifier::start() errno = 0; m_fd = qt_safe_open(ppsPath, O_RDONLY); if (m_fd == -1) { +#if defined(Q_OS_BLACKBERRY) || defined (QQNXBUTTON_DEBUG) qWarning("QQNX: failed to open buttons pps, errno=%d", errno); +#endif return; } -- cgit v1.2.3