diff options
author | Siddharth Mathur <siddharth.mathur@nokia.com> | 2010-03-05 21:52:51 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2011-04-01 14:02:04 (GMT) |
commit | bbc4cf1bad3c40fce3c42cf74409cdc163b04c01 (patch) | |
tree | 74e3b2265d1bb162167aa1bd745a3a695d596bd9 /tests/auto/declarative | |
parent | db9a81e5cc0f18e4b6dae5edf2309c6fc90b9eb3 (diff) | |
download | Qt-bbc4cf1bad3c40fce3c42cf74409cdc163b04c01.zip Qt-bbc4cf1bad3c40fce3c42cf74409cdc163b04c01.tar.gz Qt-bbc4cf1bad3c40fce3c42cf74409cdc163b04c01.tar.bz2 |
QNetworkDiskCache: change file organization
Faster disk cache for mobile devices. Reduce file-system touching
operations and work around FAT performance issues. Features new
on-disk layout. Cached objects are now saved in multiple
subdirectories and filenames are shorter in length.
Merge-Request: 2505
Reviewed-by: Peter Hartmann
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r-- | tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir b/tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir index 98d6b74..e69de29 100644 --- a/tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir +++ b/tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir @@ -1,2 +0,0 @@ -Foo 1.1 Foo.qml -Foo 1.0 Foo.qml |