-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.3
-
N8 PR1.2, Qt 4.7.3
-
2299f684f0ca6bdf49128b17c49488ae27b49479
When using the default offline storage path in QML and creating a new sqlite database, the database (.sqlite and .ini file) is created in the application's private folder under QML\OfflineStorage\Database\
However, if I manually call the QDeclarativeEngine::setOfflineStoragePath() function and set a directory, the following happens:
- .ini file goes in this path under the Database folder correctly.
- .sqlite filename is corrupted (only a square character is visible in the Symbian filebrowser) and is placed in the application private directory.