Documentation cleanup
They are comments of Qt3 support members which have been removed already. Change-Id: I4b3dfaac1e5e1c3c13b83e41d0505dd16a4b6a8e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
f2c5d38c32
commit
1b29481f3b
@ -364,17 +364,6 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
|
|||||||
\sa QAbstractPrintDialog::PrintRange
|
\sa QAbstractPrintDialog::PrintRange
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
|
||||||
\enum QPrinter::PrinterOption
|
|
||||||
\compat
|
|
||||||
|
|
||||||
Use QAbstractPrintDialog::PrintDialogOption instead.
|
|
||||||
|
|
||||||
\value PrintToFile
|
|
||||||
\value PrintSelection
|
|
||||||
\value PrintPageRange
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\enum QPrinter::PaperSize
|
\enum QPrinter::PaperSize
|
||||||
\since 4.4
|
\since 4.4
|
||||||
@ -513,22 +502,6 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
|
|||||||
\sa setPrintRange(), printRange()
|
\sa setPrintRange(), printRange()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
\enum QPrinter::PrinterOption
|
|
||||||
|
|
||||||
This enum describes various printer options that appear in the
|
|
||||||
printer setup dialog. It is used to enable and disable these
|
|
||||||
options in the setup dialog.
|
|
||||||
|
|
||||||
\value PrintToFile Describes if print to file should be enabled.
|
|
||||||
\value PrintSelection Describes if printing selections should be enabled.
|
|
||||||
\value PrintPageRange Describes if printing page ranges (from, to) should
|
|
||||||
be enabled
|
|
||||||
\value PrintCurrentPage if Print Current Page option should be enabled
|
|
||||||
|
|
||||||
\sa setOptionEnabled(), isOptionEnabled()
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Creates a new printer object with the given \a mode.
|
Creates a new printer object with the given \a mode.
|
||||||
*/
|
*/
|
||||||
|
@ -38,30 +38,6 @@
|
|||||||
\sa {QtSql Module}
|
\sa {QtSql Module}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
|
||||||
\enum QSql::Confirm
|
|
||||||
\compat
|
|
||||||
|
|
||||||
This enum type describes edit confirmations.
|
|
||||||
|
|
||||||
\value Yes
|
|
||||||
\value No
|
|
||||||
\value Cancel
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
\enum QSql::Op
|
|
||||||
\compat
|
|
||||||
|
|
||||||
This enum type describes edit operations.
|
|
||||||
|
|
||||||
\value None
|
|
||||||
\value Insert
|
|
||||||
\value Update
|
|
||||||
\value Delete
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\enum QSql::Location
|
\enum QSql::Location
|
||||||
|
|
||||||
|
@ -2000,12 +2000,3 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
#endif // QT_NO_COLORDIALOG
|
#endif // QT_NO_COLORDIALOG
|
||||||
|
|
||||||
/*!
|
|
||||||
\fn QColor QColorDialog::getColor(const QColor &init, QWidget *parent, const char *name)
|
|
||||||
\compat
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
\fn QRgb QColorDialog::getRgba(QRgb rgba, bool *ok, QWidget *parent, const char *name)
|
|
||||||
\compat
|
|
||||||
*/
|
|
||||||
|
@ -3924,13 +3924,6 @@ bool QApplicationPrivate::notify_helper(QObject *receiver, QEvent * e)
|
|||||||
\sa isPhase2()
|
\sa isPhase2()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
|
||||||
\typedef QApplication::ColorMode
|
|
||||||
\compat
|
|
||||||
|
|
||||||
Use ColorSpec instead.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn Qt::MacintoshVersion QApplication::macVersion()
|
\fn Qt::MacintoshVersion QApplication::macVersion()
|
||||||
|
|
||||||
@ -4023,18 +4016,6 @@ bool QApplicationPrivate::inPopupMode() const
|
|||||||
return QApplicationPrivate::popupWidgets != 0;
|
return QApplicationPrivate::popupWidgets != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! \variable QApplication::NormalColors
|
|
||||||
\compat
|
|
||||||
|
|
||||||
Use \l NormalColor instead.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*! \variable QApplication::CustomColors
|
|
||||||
\compat
|
|
||||||
|
|
||||||
Use \l CustomColor instead.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef QT_KEYPAD_NAVIGATION
|
#ifdef QT_KEYPAD_NAVIGATION
|
||||||
/*!
|
/*!
|
||||||
Sets the kind of focus navigation Qt should use to \a mode.
|
Sets the kind of focus navigation Qt should use to \a mode.
|
||||||
|
@ -1905,16 +1905,6 @@ QAction *QMenuBar::defaultAction() const
|
|||||||
\sa triggered(), QAction::hovered()
|
\sa triggered(), QAction::hovered()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
|
||||||
\enum QMenuBar::Separator
|
|
||||||
|
|
||||||
\compat
|
|
||||||
|
|
||||||
\value Never
|
|
||||||
\value InWindowsStyle
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void QMenuBar::addAction(QAction *action)
|
\fn void QMenuBar::addAction(QAction *action)
|
||||||
\overload
|
\overload
|
||||||
|
@ -535,20 +535,6 @@ QSlider::TickPosition QSlider::tickPosition() const
|
|||||||
return d_func()->tickPosition;
|
return d_func()->tickPosition;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
\fn TickPosition QSlider::tickmarks() const
|
|
||||||
\compat
|
|
||||||
|
|
||||||
Use tickPosition() instead.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
\fn QSlider::setTickmarks(TickPosition position)
|
|
||||||
\compat
|
|
||||||
|
|
||||||
Use setTickPosition() instead.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\property QSlider::tickInterval
|
\property QSlider::tickInterval
|
||||||
\brief the interval between tickmarks
|
\brief the interval between tickmarks
|
||||||
|
@ -2490,19 +2490,6 @@ void QTextEdit::ensureCursorVisible()
|
|||||||
d->control->ensureCursorVisible();
|
d->control->ensureCursorVisible();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
\enum QTextEdit::KeyboardAction
|
|
||||||
|
|
||||||
\compat
|
|
||||||
|
|
||||||
\value ActionBackspace
|
|
||||||
\value ActionDelete
|
|
||||||
\value ActionReturn
|
|
||||||
\value ActionKill
|
|
||||||
\value ActionWordBackspace
|
|
||||||
\value ActionWordDelete
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn bool QTextEdit::find(const QString &exp, bool cs, bool wo)
|
\fn bool QTextEdit::find(const QString &exp, bool cs, bool wo)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user