Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.13.1
-
None
Description
If we have one resource file like this
:/directory/file1.txt
and we try to do the following
QFile file(":/directory");
file.open(QFile:ReadOnly)
will return true as it was an empty file.