Updating documentation to reflect actual behavior
commit49664f3ccc691e1be608fb8f922bda565da0fdab
authorJoão Abecasis <joao@abecasis.name>
Wed, 4 Nov 2009 20:36:42 +0000 (4 21:36 +0100)
committerJoão Abecasis <joao@abecasis.name>
Wed, 4 Nov 2009 20:44:40 +0000 (4 21:44 +0100)
treecd7c33403c4b7062908ca3a5dd2d1fea4903bd3f
parent6b448660f0d967d2749a520b49aa6946e46bff6b
Updating documentation to reflect actual behavior

QFile::seek is supposed to work on Windows CE with FILE* streams. size()
returns 0 on errors and sequential files. Probably on empty files as
well ;-)

Reviewed-by: Olivier Goffart
src/corelib/io/qfile.cpp