Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm planning to store about 200k of data using QNetworkDiskCache (which requires a directory to place the files).
Does QDir:temp() actually use QDesktopServices::storageLocation() to find out the 'temp' dir location?
http://qt.gitorious.org/qt/qt/blobs/master/src/gui/util/qdesktopservices_s60.cpp#line406 http://qt.gitorious.org/qt/qt/blobs/master/src/corelib/io/qdir.h#line216
Thanks for pointing out the source code (which I was too lazy to lookup myself).
I think I'll go with the desktopservice's storageLocation function.