summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsavefile.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-4/+4
* Added QSaveFile to the bootstrap librarySimon Hausmann2017-01-021-0/+4
* Make sure we can compile QtCore without QT_CONFIG(translation)Ulf Hermann2016-11-241-0/+3
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2013-06-041-1/+6
* QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-051-0/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Add class QSaveFile.David Faure2013-01-171-0/+94