summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstorageinfo_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStorageInfo: change private blockSize member to intThiago Macieira2023-11-171-1/+1
* QStorageInfo: split Linux specific code to a separate source fileAhmad Samir2023-07-091-5/+0
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-4/+6
* Implement fetching physical QStorageInfo::blockSize() under WindowsKarsten Heimrich2021-12-081-1/+141
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* QStorageInfo/Windows: Improve error handlingFriedemann Kleint2017-07-091-18/+34
* Updated license headersJani Heikkinen2016-01-151-13/+19
* Update copyright headersJani Heikkinen2015-02-111-21/+13
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\
| * QStorageInfo: include qt_windows.h instead of Windows.hDaniel Molkentin2014-10-271-1/+1
* | Fix spelling errors in method names in QStorageInfo.Jeff Tranter2014-10-221-4/+4
|/
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-1/+1
* Add the QStorageInfo classIvan Komissarov2014-08-131-0/+193