From b47ef00c02c66dbf92f8de59bdbb69f169c1c6ca Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 9 Feb 2014 17:01:11 +0100 Subject: [PATCH] Docs: QML import examples should always use latest API version --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index ef2c0e0..08ab741 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,7 +56,7 @@ To use the ``Python`` element in a QML file, you have to import the plugin using .. code-block:: javascript - import io.thp.pyotherside 1.0 + import io.thp.pyotherside 1.2 Signals ``````` @@ -511,7 +511,7 @@ Using this function from QML is straightforward: .. code-block:: javascript import QtQuick 2.0 - import io.thp.pyotherside 1.0 + import io.thp.pyotherside 1.2 Rectangle { color: 'black' @@ -605,7 +605,7 @@ This module can now be imported in QML and used as ``source`` in the QML .. code-block:: javascript import QtQuick 2.0 - import io.thp.pyotherside 1.0 + import io.thp.pyotherside 1.2 Image { id: image