Fix QDeclarativeEngine::setOfflineStoragePath() for Symbian
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Mon, 10 Oct 2011 13:29:23 +0000 (16:29 +0300)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>
Mon, 10 Oct 2011 13:30:37 +0000 (16:30 +0300)
commit2299f684f0ca6bdf49128b17c49488ae27b49479
tree0db938ff15409c35c4250245a699423eb0af1dff
parentae620eb773a5fd217de4766fc829e51417cb9e70
Fix QDeclarativeEngine::setOfflineStoragePath() for Symbian

In Symbian, the sqlite database doesn't like mixing native and Qt
separators in the database name, so ensure only native separators are
used when declarative sets the database name.

Task-number: QTBUG-20836
Reviewed-by: Sami Merila
src/declarative/qml/qdeclarativesqldatabase.cpp