diff options
author | Frédéric Lefebvre <[email protected]> | 2025-01-02 13:31:59 +0100 |
---|---|---|
committer | Frédéric Lefebvre <[email protected]> | 2025-01-14 15:56:04 +0100 |
commit | d19d2d261ecc8cf90b4698e9de6d138049facbcb (patch) | |
tree | c4e472a0320331f5ddf308c1ae5efb75e75b0b76 /tests/manual/inputmethodhints/main.cpp | |
parent | 16fc1e07784e294cdd75bbab216c2479ae171221 (diff) |
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 <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Edward Welbourne <[email protected]>
Diffstat (limited to 'tests/manual/inputmethodhints/main.cpp')
-rw-r--r-- | tests/manual/inputmethodhints/main.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
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 <QApplication> - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - inputmethodhints w; - w.showMaximized(); - return a.exec(); -} |