From 8f7d78ce992943f4bac0c70ace96a52a8dd72ecf Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Wed, 11 Apr 2018 14:18:50 +0200 Subject: Rename PySide references to Qt for Python When referring to the project one should use "Qt for Python" and for the module "PySide2" Change-Id: I36497df245c9f6dd60d6e160e2fc805e48cefcae Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- .../codesnippets/examples/declarative/cppextensions/plugins/plugin.cpp | 2 +- .../codesnippets/examples/declarative/cppextensions/plugins/plugins.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/pyside2/doc/codesnippets/examples/declarative/cppextensions') diff --git a/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugin.cpp b/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugin.cpp index 822fded38..57be8dcb9 100644 --- a/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugin.cpp +++ b/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugin.cpp @@ -3,7 +3,7 @@ ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the documentation of PySide2. +** This file is part of the documentation of the Qt for Python project. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage diff --git a/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugins.qml b/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugins.qml index 094b81f2e..3c2b7fac1 100644 --- a/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugins.qml +++ b/sources/pyside2/doc/codesnippets/examples/declarative/cppextensions/plugins/plugins.qml @@ -3,7 +3,7 @@ ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** -** This file is part of the examples of PySide2. +** This file is part of the examples of the Qt for Python project. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage -- cgit v1.2.3