summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsonarray.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-03-22 17:27:41 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2024-03-26 22:31:53 +0100
commit9d118af92db4a522c8b495c273be4780a5265c12 (patch)
tree719fb4149c9ccc7c615ae303e444cee8db1d34a0 /src/corelib/serialization/qjsonarray.cpp
parente2413660f52b9b9a01a46f9008b574c8be70034e (diff)
QTextStream: discard+comment the possibility of file opening failure
The QTextStream(FILE*) constructor may fail to open the filehandle through QFile (e.g. if the open mode is incompatible). However QTextStream has no error report mechanism for this and still reports status Ok. This is consistent for instance with the QIODevice* constructor, where even passing a closed device sets the status to Ok. Add a comment and discard the return of open(). Change-Id: I430b96fd26e0ebca15a4d9ee640b09895bdd0b03 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/serialization/qjsonarray.cpp')
0 files changed, 0 insertions, 0 deletions