From d19d2d261ecc8cf90b4698e9de6d138049facbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Lefebvre?= Date: Thu, 2 Jan 2025 13:31:59 +0100 Subject: Remove tst_inputMethodHints manual test as broken Tests input method hints, but currently does not work and does not check these properly. Remove as broken/irrelevant Change-Id: Iad1bc2a14d2e69b13b7f882b1191d3b810c26c43 Reviewed-by: Miikka Heikkinen Reviewed-by: Volker Hilsheimer Reviewed-by: Edward Welbourne --- tests/manual/inputmethodhints/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/manual/inputmethodhints/main.cpp (limited to 'tests/manual/inputmethodhints/main.cpp') diff --git a/tests/manual/inputmethodhints/main.cpp b/tests/manual/inputmethodhints/main.cpp deleted file mode 100644 index 1b511b91f8b..00000000000 --- a/tests/manual/inputmethodhints/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only - -#include "inputmethodhints.h" - -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - inputmethodhints w; - w.showMaximized(); - return a.exec(); -} -- cgit v1.2.3