summaryrefslogtreecommitdiffstats
path: root/translations/qt_ja_JP.ts
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-11-30 14:28:47 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-11-30 15:04:11 (GMT)
commitb5bf6d68bdde5f5db1d72179f4e20dc1e21d20c4 (patch)
tree04da04f42f5bdb7800e637b5eea717a667420260 /translations/qt_ja_JP.ts
parent132eccca92a90e4d67ba8b5a4052384a2b2cfdf9 (diff)
downloadQt-b5bf6d68bdde5f5db1d72179f4e20dc1e21d20c4.zip
Qt-b5bf6d68bdde5f5db1d72179f4e20dc1e21d20c4.tar.gz
Qt-b5bf6d68bdde5f5db1d72179f4e20dc1e21d20c4.tar.bz2
Unix: Avoid stat() when opening a file
The open() syscall can open directories for reading, which we in QFile and file engines don't support. However, there is no need for stat() to find out if it is a directory if we open() with a write flag because then the syscall will fail anyway. Reviewed-by: joao
Diffstat (limited to 'translations/qt_ja_JP.ts')
0 files changed, 0 insertions, 0 deletions