From 521bd33890562b47abd64717b1222b79e5805229 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 8 Sep 2021 16:22:22 +0200 Subject: Doc: Fix incorrect \quotefromfile paths These files were renamed or moved around. Task-number: QTBUG-96125 Change-Id: I7ceefdec83f38477e48cf762bce34235d3f84b6d Reviewed-by: Paul Wicking (cherry picked from commit 42c13ae5ff93ce4c7c49ce32425b53d6a463a6d8) Reviewed-by: Qt Cherry-pick Bot --- src/qmllocalstorage/qqmllocalstorage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qmllocalstorage/qqmllocalstorage.cpp b/src/qmllocalstorage/qqmllocalstorage.cpp index 565ebc0a07..e3f8e67d1f 100644 --- a/src/qmllocalstorage/qqmllocalstorage.cpp +++ b/src/qmllocalstorage/qqmllocalstorage.cpp @@ -636,7 +636,7 @@ If the callback throws exceptions, the transaction is rolled back. Below you will find an example of a database transaction which catches exceptions. -\quotefromfile localstorage/localstorage/Database.js +\quotefromfile localstorage/Database.js \skipuntil dbInit() \printto dbGetHandle @@ -692,7 +692,7 @@ SQLException.UNKNOWN_ERR. See below for an example: -\quotefromfile localstorage/localstorage/Database.js +\quotefromfile localstorage/Database.js \skipto dbReadAll() \printto dbUpdate(Pdate -- cgit v1.2.3