diff -r 71781823f776 -r 06b8e2af4411 qtmobility/src/sensors/qtapsensor.cpp --- a/qtmobility/src/sensors/qtapsensor.cpp Thu May 27 13:42:11 2010 +0300 +++ b/qtmobility/src/sensors/qtapsensor.cpp Fri Jun 11 14:26:25 2010 +0300 @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** @@ -59,7 +59,7 @@ \image sensors-coordinates2.jpg - By default it returns double tap events. The QTapSensor::returnDoubleTapEvents property + By default it returns only double tap events. The QTapSensor::returnDoubleTapEvents property must be set to false to return individual tap events. */ @@ -186,8 +186,11 @@ \property QTapSensor::returnDoubleTapEvents \brief a value indicating if double tap events should be reported. - Set to true (the default) to have the sensor report on double tap events. - Set to false to have the sensor report on individual tap events. + Set to true (the default) to have the sensor report only on double tap events. + Set to false to have the sensor report only on individual tap events. + + It is not possible to have the sensor report both single and double tap events. + If both are needed the app should create 2 sensor objects. Note that you must access this property via QObject::property() and QObject::setProperty(). The property must be set before calling start().