summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-09-17 13:04:27 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-09-17 14:00:21 (GMT)
commit206f49020bce11e142c4290b6655ac7c15592b43 (patch)
tree07c55b419f57a9bd6a0af71ddc79ef9309a58fa8 /mkspecs
parent3df81c23e6ab7dae949315a4f0ca4e54469ab2bf (diff)
downloadQt-206f49020bce11e142c4290b6655ac7c15592b43.zip
Qt-206f49020bce11e142c4290b6655ac7c15592b43.tar.gz
Qt-206f49020bce11e142c4290b6655ac7c15592b43.tar.bz2
Differntiate different types of absolute paths on windows.
QFileSystemEntry now differentiates between various types of absolute paths on Windows and Symbian. The new behavior is shown the table below. Anybody who uses this class should NOT treat that !isRelative() == isAbsolute(). The differentiation is puerly for internal use by the windows and symbian implementations of QFileSystemEngine. |============================================| |Filename isRelative isAbsolute | |============================================| | Somefile.txt 1 0 | | Some/file.txt 1 0 | | a:Somefile.txt 0 0 | | /Somefile.txt 0 0 | | a:/somefile.txt 0 1 | | //abc/somefile.txt 0 1 | |============================================| Reviewed-by: Joao Reviewed-by: Shane Kearns
Diffstat (limited to 'mkspecs')
0 files changed, 0 insertions, 0 deletions