Doc: Fixed qdoc warnings.

This commit is contained in:
David Boddie 2011-05-11 14:36:34 +02:00
parent 7ff15bc4f5
commit 9c3a1d290a
2 changed files with 8 additions and 8 deletions

View File

@ -99,7 +99,7 @@ QT_BEGIN_NAMESPACE
invalid state and QDBusUnixFileDescriptor::isSupported() will return
false.
\sa QDBusConnection::ConnectionCapabilities, QDBusConnection::connectionCapabilities
\sa QDBusConnection::ConnectionCapabilities, QDBusConnection::connectionCapabilities()
*/
class QDBusUnixFileDescriptorPrivate : public QSharedData {
@ -122,7 +122,7 @@ QExplicitlySharedDataPointer<QDBusUnixFileDescriptorPrivate>::~QExplicitlyShared
This is equivalent to constructing the object with an invalid file
descriptor (like -1).
\sa fileDescriptor, isValid
\sa fileDescriptor(), isValid()
*/
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor()
: d(0)
@ -140,7 +140,7 @@ QDBusUnixFileDescriptor::QDBusUnixFileDescriptor()
If the \a fileDescriptor parameter is not valid, isValid() will return
false and fileDescriptor() will return -1.
\sa setFileDescriptor, fileDescriptor
\sa setFileDescriptor(), fileDescriptor()
*/
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(int fileDescriptor)
: d(0)

View File

@ -401,7 +401,7 @@ void QScroller::setScrollerProperties(const QScrollerProperties &sp)
internal states of the widget that received the original mouse press
are consistent.
\sa ungrabGesture, grabbedGesture
\sa ungrabGesture(), grabbedGesture()
*/
Qt::GestureType QScroller::grabGesture(QObject *target, ScrollerGestureType scrollGestureType)
{
@ -445,7 +445,7 @@ Qt::GestureType QScroller::grabGesture(QObject *target, ScrollerGestureType scro
Returns the gesture type currently grabbed for the \a target or 0 if no
gesture is grabbed.
\sa grabGesture, ungrabGesture
\sa grabGesture(), ungrabGesture()
*/
Qt::GestureType QScroller::grabbedGesture(QObject *target)
{
@ -460,7 +460,7 @@ Qt::GestureType QScroller::grabbedGesture(QObject *target)
Ungrabs the gesture for the \a target.
Does nothing if no gesture is grabbed.
\sa grabGesture, grabbedGesture
\sa grabGesture(), grabbedGesture()
*/
void QScroller::ungrabGesture(QObject *target)
{
@ -723,7 +723,7 @@ void QScroller::scrollTo(const QPointF &pos, int scrollTime)
This function performs the actual scrolling by calling scrollTo().
\sa scrollTo
\sa scrollTo()
*/
void QScroller::ensureVisible(const QRectF &rect, qreal xmargin, qreal ymargin)
{