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/inputmethodhints.h | |
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/inputmethodhints.h')
-rw-r--r-- | tests/manual/inputmethodhints/inputmethodhints.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/manual/inputmethodhints/inputmethodhints.h b/tests/manual/inputmethodhints/inputmethodhints.h deleted file mode 100644 index 24461d87b0c..00000000000 --- a/tests/manual/inputmethodhints/inputmethodhints.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (C) 2016 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only - -#ifndef INPUTMETHODHINTS_H -#define INPUTMETHODHINTS_H - -#include <QMainWindow> -#include "ui_inputmethodhints.h" - -class inputmethodhints : public QMainWindow -{ - Q_OBJECT - -public: - inputmethodhints(QWidget *parent = nullptr); - ~inputmethodhints(); - -public slots: - void checkboxChanged(int); - -private: - Ui::MainWindow ui; -}; - -#endif // INPUTMETHODHINTS_H |