[docs] QAbstractItemEngine: fix signature of seek()
It takes qint64, not int. This is not public documentation, so not picking to older branches. Task-number: QTBUG-103525 Change-Id: I4303af326bb6054ae0cccd87aa337354ad11209b Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
This commit is contained in:
parent
74d6ca2768
commit
634a76eb32
@ -433,7 +433,7 @@ bool QAbstractFileEngine::seek(qint64 pos)
|
|||||||
Returns \c true if the file is a sequential access device; returns
|
Returns \c true if the file is a sequential access device; returns
|
||||||
false if the file is a direct access device.
|
false if the file is a direct access device.
|
||||||
|
|
||||||
Operations involving size() and seek(int) are not valid on
|
Operations involving size() and seek(qint64) are not valid on
|
||||||
sequential devices.
|
sequential devices.
|
||||||
*/
|
*/
|
||||||
bool QAbstractFileEngine::isSequential() const
|
bool QAbstractFileEngine::isSequential() const
|
||||||
|
Loading…
Reference in New Issue
Block a user