summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdir.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-3/+3
| |_|_|/ |/| | |
* | | | Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-021-1/+1
| |_|/ |/| |
* | | remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-291-155/+0
| |/ |/|
* | Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2386