From b1a1e169a62f5ad0210e3aa05f7c43ce3f9ac793 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 28 Jun 2016 17:25:52 +0200 Subject: [PATCH] Tests: Remove invalid qml file File seems to be useless and is not used at all. Change-Id: I7b6d7f8804cdf07c6027abb9822d99bdf5ad9dbf Reviewed-by: Tim Jenssen --- .../qml/qmldesigner/data/qwidget/test.qml | 52 ------------------- tests/auto/qml/qmldesigner/data/testfiles.qrc | 1 - 2 files changed, 53 deletions(-) delete mode 100644 tests/auto/qml/qmldesigner/data/qwidget/test.qml diff --git a/tests/auto/qml/qmldesigner/data/qwidget/test.qml b/tests/auto/qml/qmldesigner/data/qwidget/test.qml deleted file mode 100644 index 17e0331e4bd..00000000000 --- a/tests/auto/qml/qmldesigner/data/qwidget/test.qml +++ /dev/null @@ -1,52 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of Qt Creator. -** -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -****************************************************************************/ - - - - - PushButton - - - ... - - - PushButton - - - PushButton - - - PushButton - - - PushButton - - - PushButton - - - PushButton - - diff --git a/tests/auto/qml/qmldesigner/data/testfiles.qrc b/tests/auto/qml/qmldesigner/data/testfiles.qrc index 15662d0986c..b96ba33de42 100644 --- a/tests/auto/qml/qmldesigner/data/testfiles.qrc +++ b/tests/auto/qml/qmldesigner/data/testfiles.qrc @@ -4,7 +4,6 @@ fx/empty.qml fx/helloworld.qml fx/properties.qml - qwidget/test.qml fx/topitem.qml fx/subitems/SubItem.qml fx/states.qml