summaryrefslogtreecommitdiffstats
path: root/tests/manual/inputmethodhints/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/inputmethodhints/main.cpp')
-rw-r--r--tests/manual/inputmethodhints/main.cpp14
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();
-}