summaryrefslogtreecommitdiffstats
path: root/src/pdfquick/+Material
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-07-25 19:45:05 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2024-01-25 00:06:18 -0700
commite0dd06e93221a1cefd97ddcc99af6c861b49fb55 (patch)
tree24ee13de1d12c15776845f502fb0cdb941a68632 /src/pdfquick/+Material
parent48ebac59b1ec5bbafa1c64adbdbc44b0cf3f302a (diff)
Fix qmllint warnings in Qt PDF Quick components
A few bogus warnings remain. Pick-to: 6.7 Change-Id: I0fba71f5272aa095106de9f0e382674abbde5b07 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/pdfquick/+Material')
-rw-r--r--src/pdfquick/+Material/PdfStyle.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pdfquick/+Material/PdfStyle.qml b/src/pdfquick/+Material/PdfStyle.qml
index f67b49646..0728616a2 100644
--- a/src/pdfquick/+Material/PdfStyle.qml
+++ b/src/pdfquick/+Material/PdfStyle.qml
@@ -2,7 +2,6 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
import QtQuick
import QtQuick.Controls.Material
-import QtQuick.Shapes
QtObject {
property SystemPalette palette: SystemPalette { }