From 02faddca534f113e1dc42348b3a801b7ac8b65a3 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 12 Jul 2012 22:35:10 +0200 Subject: QNX: normalize signals/slots This is the result of running util/normalize --modify from Qt 4.7 with manual review. Change-Id: I9229c3c52ba785194469ad51aba0c3af0c058894 Reviewed-by: Laszlo Papp Reviewed-by: Kevin Krammer Reviewed-by: Thomas McGuire Reviewed-by: Sean Harmer --- src/plugins/platforms/qnx/qqnxintegration.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/platforms') diff --git a/src/plugins/platforms/qnx/qqnxintegration.cpp b/src/plugins/platforms/qnx/qqnxintegration.cpp index 538f8fa59c..ad2da5e3c9 100644 --- a/src/plugins/platforms/qnx/qqnxintegration.cpp +++ b/src/plugins/platforms/qnx/qqnxintegration.cpp @@ -442,10 +442,10 @@ void QQnxIntegration::createDisplays() m_screens.append(screen); screenAdded(screen); - QObject::connect(m_screenEventHandler, SIGNAL(newWindowCreated(void *)), - screen, SLOT(newWindowCreated(void *))); - QObject::connect(m_screenEventHandler, SIGNAL(windowClosed(void *)), - screen, SLOT(windowClosed(void *))); + QObject::connect(m_screenEventHandler, SIGNAL(newWindowCreated(void*)), + screen, SLOT(newWindowCreated(void*))); + QObject::connect(m_screenEventHandler, SIGNAL(windowClosed(void*)), + screen, SLOT(windowClosed(void*))); QObject::connect(m_navigatorEventHandler, SIGNAL(rotationChanged(int)), screen, SLOT(setRotation(int))); QObject::connect(m_navigatorEventHandler, SIGNAL(windowGroupActivated(QByteArray)), screen, SLOT(activateWindowGroup(QByteArray))); -- cgit v1.2.3