From e252a47fb50975a1ec6c7ca2d16d3acefc0b737d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 30 Mar 2022 21:05:54 +0200 Subject: examples: replace http by https Pick-to: 6.2 Change-Id: Ib53667e03a2dea2afea73a344d5749d37d59c52b Reviewed-by: Friedemann Kleint --- examples/sql/books/bookdelegate.py | 2 +- examples/sql/books/bookwindow.py | 2 +- examples/sql/books/createdb.py | 2 +- examples/sql/books/main.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/sql/books') diff --git a/examples/sql/books/bookdelegate.py b/examples/sql/books/bookdelegate.py index f8b199d76..1af914d7d 100644 --- a/examples/sql/books/bookdelegate.py +++ b/examples/sql/books/bookdelegate.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2019 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/sql/books/bookwindow.py b/examples/sql/books/bookwindow.py index c57db4afb..761abc818 100644 --- a/examples/sql/books/bookwindow.py +++ b/examples/sql/books/bookwindow.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2019 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/sql/books/createdb.py b/examples/sql/books/createdb.py index 48784a88e..aa5be9ba0 100644 --- a/examples/sql/books/createdb.py +++ b/examples/sql/books/createdb.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2019 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/sql/books/main.py b/examples/sql/books/main.py index 3994a66b4..08b4fefe2 100644 --- a/examples/sql/books/main.py +++ b/examples/sql/books/main.py @@ -1,7 +1,7 @@ ############################################################################# ## ## Copyright (C) 2019 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. ## -- cgit v1.2.3