From 99000ac499f553aede1b9f504f13ab1dabdf8af0 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 11 May 2011 14:36:34 +0200 Subject: Doc: Fixed qdoc warnings. --- src/dbus/qdbusunixfiledescriptor.cpp | 8 ++++---- src/gui/util/qscroller.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/dbus/qdbusunixfiledescriptor.cpp b/src/dbus/qdbusunixfiledescriptor.cpp index f45b6cc..a22b4ab 100644 --- a/src/dbus/qdbusunixfiledescriptor.cpp +++ b/src/dbus/qdbusunixfiledescriptor.cpp @@ -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::~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) @@ -227,7 +227,7 @@ bool QDBusUnixFileDescriptor::isSupported() /*! Sets the file descriptor that this QDBusUnixFileDescriptor object holds - to a copy of \a fileDescriptor.T he original file descriptor is not + to a copy of \a fileDescriptor. The original file descriptor is not touched and must be closed by the user. Note that the value returned by fileDescriptor() will be different from diff --git a/src/gui/util/qscroller.cpp b/src/gui/util/qscroller.cpp index 870d56f..8f2212d 100644 --- a/src/gui/util/qscroller.cpp +++ b/src/gui/util/qscroller.cpp @@ -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) { -- cgit v0.12