From 98e11700864e5a5b1566fd1736aae85551f2f00f Mon Sep 17 00:00:00 2001 From: aavit Date: Tue, 11 Sep 2012 11:37:06 +0200 Subject: Doc: Fix misc. doc errors and document undocumented functions Change-Id: I0c1e0a36ee37d5a8f3741f0405f63f9b26967f32 Reviewed-by: Qt Doc Bot Reviewed-by: Kim M. Kalland --- src/corelib/global/qnamespace.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/corelib') diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index a91e97a5f7..f60805c835 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2677,6 +2677,18 @@ of the object. */ +/*! \enum Qt::TouchPointState + \since 4.6 + + This enum represents the state of a touch point at the time a + QTouchEvent occurred. + + \value TouchPointPressed The touch point is now pressed. + \value TouchPointMoved The touch point moved. + \value TouchPointStationary The touch point did not move. + \value TouchPointReleased The touch point was released. +*/ + /*! \enum Qt::GestureState \since 4.6 -- cgit v1.2.3