From 1b1f4c254f0df8182cb5252e0f380f2edbe6356d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 29 Jun 2023 15:58:58 +0200 Subject: Doc: Remove unused snippet file Change-Id: Icdb5f01e9f3180fb398c100ba763b9a0ce8be2a1 Reviewed-by: Ulf Hermann --- src/qml/doc/snippets/qml/imports/named-imports.qml | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/qml/doc/snippets/qml/imports/named-imports.qml (limited to 'src/qml/doc/snippets') diff --git a/src/qml/doc/snippets/qml/imports/named-imports.qml b/src/qml/doc/snippets/qml/imports/named-imports.qml deleted file mode 100644 index 750b41aee5..0000000000 --- a/src/qml/doc/snippets/qml/imports/named-imports.qml +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - -//! [imports] -import QtQuick as QtLibrary -import "../MyComponents" as MyComponents -import com.nokia.qml.mymodule 1.0 as MyModule -//! [imports] - -Item { - //! [imported items] - QtLibrary.Rectangle { - // ... - } - - MyComponents.Slider { - // ... - } - - MyModule.SomeComponent { - // ... - } - //! [imported items] -} -- cgit v1.2.3