a3abf9d76b
- Avoid duplication of slashes and use static variable for the
const part in settingsPath().
- Do not run expensive cleanup twice in init()/cleanup() as was
before by moving the code into a separate cleanupTestData()
function called from cleanup() and initTestCase().
- Use QDir::removeRecursively() (which should be able to deal
with readonly files, etc after
|
||
---|---|---|
.. | ||
.gitattributes | ||
.gitignore | ||
BLACKLIST | ||
bom.ini | ||
qsettings.pro | ||
qsettings.qrc | ||
resourcefile2.ini | ||
resourcefile3.ini | ||
resourcefile4.ini | ||
resourcefile5.ini | ||
resourcefile.ini | ||
tst_qsettings.cpp |