summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-03-20 16:49:01 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 14:51:45 (GMT)
commit3661fb3fdafc450cd634e1f22912c87b36ce301d (patch)
treea04091eb374d858a6e990a4d76e52cf9119048be /src/gui/kernel/qgesture.cpp
parent9fe44fba91199c9df4a10a118363168ffe3b6b0e (diff)
downloadQt-3661fb3fdafc450cd634e1f22912c87b36ce301d.zip
Qt-3661fb3fdafc450cd634e1f22912c87b36ce301d.tar.gz
Qt-3661fb3fdafc450cd634e1f22912c87b36ce301d.tar.bz2
renamed QGesture::gestureType() to just type() and fixed the doc.
Diffstat (limited to 'src/gui/kernel/qgesture.cpp')
-rw-r--r--src/gui/kernel/qgesture.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp
index ac135d7..4d492f8 100644
--- a/src/gui/kernel/qgesture.cpp
+++ b/src/gui/kernel/qgesture.cpp
@@ -132,16 +132,20 @@ QGesture::~QGesture()
}
/*!
- Returns the type of the gesture.
+ \property QGesture::type
+
+ \brief The type of the gesture.
*/
-QString QGesture::gestureType() const
+QString QGesture::type() const
{
return d_func()->type;
}
/*!
- Returns the current state of the gesture.
+ \property QGesture::state
+
+ \brief The current state of the gesture.
*/
Qt::GestureState QGesture::state() const
{