Doc: Fixed qdoc warnings.
This commit is contained in:
parent
7ff15bc4f5
commit
9c3a1d290a
@ -99,7 +99,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
invalid state and QDBusUnixFileDescriptor::isSupported() will return
|
invalid state and QDBusUnixFileDescriptor::isSupported() will return
|
||||||
false.
|
false.
|
||||||
|
|
||||||
\sa QDBusConnection::ConnectionCapabilities, QDBusConnection::connectionCapabilities
|
\sa QDBusConnection::ConnectionCapabilities, QDBusConnection::connectionCapabilities()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class QDBusUnixFileDescriptorPrivate : public QSharedData {
|
class QDBusUnixFileDescriptorPrivate : public QSharedData {
|
||||||
@ -122,7 +122,7 @@ QExplicitlySharedDataPointer<QDBusUnixFileDescriptorPrivate>::~QExplicitlyShared
|
|||||||
This is equivalent to constructing the object with an invalid file
|
This is equivalent to constructing the object with an invalid file
|
||||||
descriptor (like -1).
|
descriptor (like -1).
|
||||||
|
|
||||||
\sa fileDescriptor, isValid
|
\sa fileDescriptor(), isValid()
|
||||||
*/
|
*/
|
||||||
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor()
|
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor()
|
||||||
: d(0)
|
: d(0)
|
||||||
@ -140,7 +140,7 @@ QDBusUnixFileDescriptor::QDBusUnixFileDescriptor()
|
|||||||
If the \a fileDescriptor parameter is not valid, isValid() will return
|
If the \a fileDescriptor parameter is not valid, isValid() will return
|
||||||
false and fileDescriptor() will return -1.
|
false and fileDescriptor() will return -1.
|
||||||
|
|
||||||
\sa setFileDescriptor, fileDescriptor
|
\sa setFileDescriptor(), fileDescriptor()
|
||||||
*/
|
*/
|
||||||
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(int fileDescriptor)
|
QDBusUnixFileDescriptor::QDBusUnixFileDescriptor(int fileDescriptor)
|
||||||
: d(0)
|
: d(0)
|
||||||
@ -227,7 +227,7 @@ bool QDBusUnixFileDescriptor::isSupported()
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
Sets the file descriptor that this QDBusUnixFileDescriptor object holds
|
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.
|
touched and must be closed by the user.
|
||||||
|
|
||||||
Note that the value returned by fileDescriptor() will be different from
|
Note that the value returned by fileDescriptor() will be different from
|
||||||
|
@ -401,7 +401,7 @@ void QScroller::setScrollerProperties(const QScrollerProperties &sp)
|
|||||||
internal states of the widget that received the original mouse press
|
internal states of the widget that received the original mouse press
|
||||||
are consistent.
|
are consistent.
|
||||||
|
|
||||||
\sa ungrabGesture, grabbedGesture
|
\sa ungrabGesture(), grabbedGesture()
|
||||||
*/
|
*/
|
||||||
Qt::GestureType QScroller::grabGesture(QObject *target, ScrollerGestureType scrollGestureType)
|
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
|
Returns the gesture type currently grabbed for the \a target or 0 if no
|
||||||
gesture is grabbed.
|
gesture is grabbed.
|
||||||
|
|
||||||
\sa grabGesture, ungrabGesture
|
\sa grabGesture(), ungrabGesture()
|
||||||
*/
|
*/
|
||||||
Qt::GestureType QScroller::grabbedGesture(QObject *target)
|
Qt::GestureType QScroller::grabbedGesture(QObject *target)
|
||||||
{
|
{
|
||||||
@ -460,7 +460,7 @@ Qt::GestureType QScroller::grabbedGesture(QObject *target)
|
|||||||
Ungrabs the gesture for the \a target.
|
Ungrabs the gesture for the \a target.
|
||||||
Does nothing if no gesture is grabbed.
|
Does nothing if no gesture is grabbed.
|
||||||
|
|
||||||
\sa grabGesture, grabbedGesture
|
\sa grabGesture(), grabbedGesture()
|
||||||
*/
|
*/
|
||||||
void QScroller::ungrabGesture(QObject *target)
|
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().
|
This function performs the actual scrolling by calling scrollTo().
|
||||||
|
|
||||||
\sa scrollTo
|
\sa scrollTo()
|
||||||
*/
|
*/
|
||||||
void QScroller::ensureVisible(const QRectF &rect, qreal xmargin, qreal ymargin)
|
void QScroller::ensureVisible(const QRectF &rect, qreal xmargin, qreal ymargin)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user