summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/resources
Commit message (Collapse)AuthorAgeFilesLines
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-021-0/+1
As it was confusing to use the term local file when referring to a file that was accessible using native APIs and not just a file that was on a hard disk somewhere already the function name has been changed. By renaming it to createNativeFile we keep it consistant with QFileInfo which has an isNativeFile() function too. Test also added. Task-number: QTBUG-3169 Change-Id: I410e7ed28133d68fd312c6c0faf3f7191460d7ce Reviewed-by: João Abecasis <joao@abecasis.name> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>