aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-01 13:50:41 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-02 11:35:00 +0000
commit9e6672ed2d9570bc6a612dfb6ce425269f8bccaa (patch)
treea4972417c4e117ba533375aca904a1b61d7d3236
parent8f19ff1b7f258303c983ee05cee28e1b7b3a6a85 (diff)
PySide6: Fix documentation warning in qmlsqlintegration.rst
Fix sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst.rst:65: WARNING: line number spec is out of range(1-145): '130-146' Change-Id: I66b328f03fb69048defd1e1da1dfda8d8c309d96 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 4d7c6e0ac10dc49abb7e7d4ad07503449906f459) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst b/sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
index 0df6dd30c..b7d627282 100644
--- a/sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
+++ b/sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
@@ -64,7 +64,7 @@ since all the changes will be cached in the model until you do so.
.. literalinclude:: sqlDialog.py
:linenos:
- :lines: 130-146
+ :lines: 130-145
chat.qml
--------