From 25180730194bec25f915f32ab846ea583fb1493f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 2 Nov 2020 16:11:52 +0100 Subject: Rename PySide2 to PySide6 Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer --- examples/declarative/usingmodel.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/declarative/usingmodel.py') diff --git a/examples/declarative/usingmodel.py b/examples/declarative/usingmodel.py index 3d5e8be32..a32945a25 100644 --- a/examples/declarative/usingmodel.py +++ b/examples/declarative/usingmodel.py @@ -41,9 +41,9 @@ import os import sys -from PySide2.QtCore import QAbstractListModel, Qt, QUrl, QByteArray -from PySide2.QtGui import QGuiApplication -from PySide2.QtQuick import QQuickView +from PySide6.QtCore import QAbstractListModel, Qt, QUrl, QByteArray +from PySide6.QtGui import QGuiApplication +from PySide6.QtQuick import QQuickView class PersonModel (QAbstractListModel): MyRole = Qt.UserRole + 1 -- cgit v1.2.3