From 5745145f5ac263b6103758f222863da4c578eb2b Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 4 Dec 2023 17:13:29 +0100 Subject: [PATCH] recolordocsicons.py: Remove misleading comment The comment was a copy-paste remainder from export.py Change-Id: I5209060e5edf8072940f1542c547baf54766f425 Reviewed-by: Leena Miettinen Reviewed-by: --- src/tools/icons/recolordocsicons.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tools/icons/recolordocsicons.py b/src/tools/icons/recolordocsicons.py index 237b45301b5..22d2bd21e91 100644 --- a/src/tools/icons/recolordocsicons.py +++ b/src/tools/icons/recolordocsicons.py @@ -3,11 +3,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -# This script calls Inkscape to rasterize several images into png files. -# The images end up in the final position of the source tree. -# Each image is generated as normal and high resolution variant. -# Each png file is afterwards optimized with optipng. - import argparse import os import pathlib