aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/localstorage/localstorage.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/localstorage/localstorage.qdoc')
-rw-r--r--doc/src/localstorage/localstorage.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/localstorage/localstorage.qdoc b/doc/src/localstorage/localstorage.qdoc
index 7f4c2b021e..5287120e86 100644
--- a/doc/src/localstorage/localstorage.qdoc
+++ b/doc/src/localstorage/localstorage.qdoc
@@ -58,7 +58,7 @@ provide the ability to access local storage in an SQL database.
These databases are user-specific and QML-specific, but accessible to all QML applications.
They are stored in the \c Databases subdirectory
-of QDeclarativeEngine::offlineStoragePath(), currently as SQLite databases.
+of QQmlEngine::offlineStoragePath(), currently as SQLite databases.
Database connections are automatically closed during Javascript garbage collection.