summaryrefslogtreecommitdiffstats
path: root/tests/manual/inputmethodhints/inputmethodhints.h
diff options
context:
space:
mode:
authorFrédéric Lefebvre <[email protected]>2025-01-02 13:31:59 +0100
committerFrédéric Lefebvre <[email protected]>2025-01-14 15:56:04 +0100
commitd19d2d261ecc8cf90b4698e9de6d138049facbcb (patch)
treec4e472a0320331f5ddf308c1ae5efb75e75b0b76 /tests/manual/inputmethodhints/inputmethodhints.h
parent16fc1e07784e294cdd75bbab216c2479ae171221 (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.h25
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