Fix some qdoc warnings: typos
It's \reimp, not \reimpl, and this particular textAlignment variable documentation is for QStyleOptionComboBox. Change-Id: I90f1519410a4378c54777e29acce70b55975e70e Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
75285b7b8c
commit
642ba2c278
@ -145,7 +145,7 @@ QFileIconProvider::QFileIconProvider()
|
|||||||
QFileIconProvider::~QFileIconProvider() = default;
|
QFileIconProvider::~QFileIconProvider() = default;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\reimpl
|
\reimp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QIcon QFileIconProvider::icon(IconType type) const
|
QIcon QFileIconProvider::icon(IconType type) const
|
||||||
@ -186,7 +186,7 @@ QIcon QFileIconProviderPrivate::getIcon(const QFileInfo &fi) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\reimpl
|
\reimp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QIcon QFileIconProvider::icon(const QFileInfo &info) const
|
QIcon QFileIconProvider::icon(const QFileInfo &info) const
|
||||||
|
@ -2634,7 +2634,7 @@ QStyleOptionComboBox::QStyleOptionComboBox(int version)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\variable QStyleOptionGroupBox::textAlignment
|
\variable QStyleOptionComboBox::textAlignment
|
||||||
\brief the alignment of the current text in the combo box
|
\brief the alignment of the current text in the combo box
|
||||||
|
|
||||||
The default value is Qt::AlignLeft | Qt::AlignVCenter.
|
The default value is Qt::AlignLeft | Qt::AlignVCenter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user