doc: QTimeZone::OffsetDataList is a QVector, not a QList
Change-Id: Ib5eb635fe267b743b970714c99db8c0abc9ac2c8 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>bb10
parent
c91b53f6fa
commit
63c4f9bc36
|
|
@ -312,7 +312,7 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz);
|
|||
\typedef QTimeZone::OffsetDataList
|
||||
\relates QTimeZone
|
||||
|
||||
Synonym for QList<OffsetData>.
|
||||
Synonym for QVector<OffsetData>.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue