Hi again, Matthias Van Woensel wrote: > Hi, > > On wince, QDesktopServices::storageLocation always returns an empty > string. > Does wince have default storage locations? > QDesktopServices::storageLocation is relatively new so I believe wince > just hasn't implemented it. Windows CE uses the same implementation like desktop Windows has. We check inside the registry if these values have been set by the system. Unfortunately we could not find any device which sets all of them, though some were able to find a few of these values on one Windows CE device. So it seems more like a system limitation to not provide these informations correctly. Furthermore I'd like to refer to the documentation:
"Returns the default system directory where files of /type/ belong or an empty string if it is unable to determine the location." This means that this situation might also happen on other systems too and you should be make sure that a return value is present as well as valid. Best Regards, Maurice Kalinowski _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
