aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/editingmodel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/editingmodel')
-rw-r--r--examples/declarative/editingmodel/MovingRectangle.qml2
-rw-r--r--examples/declarative/editingmodel/main.py2
-rw-r--r--examples/declarative/editingmodel/main.qml2
-rw-r--r--examples/declarative/editingmodel/model.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/declarative/editingmodel/MovingRectangle.qml b/examples/declarative/editingmodel/MovingRectangle.qml
index 0d835af1c..0fbec91e1 100644
--- a/examples/declarative/editingmodel/MovingRectangle.qml
+++ b/examples/declarative/editingmodel/MovingRectangle.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2021 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt for Python examples of the Qt Toolkit.
**
diff --git a/examples/declarative/editingmodel/main.py b/examples/declarative/editingmodel/main.py
index 34fcadc40..fb58e800f 100644
--- a/examples/declarative/editingmodel/main.py
+++ b/examples/declarative/editingmodel/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/declarative/editingmodel/main.qml b/examples/declarative/editingmodel/main.qml
index 8624be6cf..c584b6f7b 100644
--- a/examples/declarative/editingmodel/main.qml
+++ b/examples/declarative/editingmodel/main.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2021 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt for Python examples of the Qt Toolkit.
**
diff --git a/examples/declarative/editingmodel/model.py b/examples/declarative/editingmodel/model.py
index ae9c59d33..f573b414e 100644
--- a/examples/declarative/editingmodel/model.py
+++ b/examples/declarative/editingmodel/model.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##