aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquicktextinput
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-11-24 11:34:09 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-28 10:51:23 +0100
commitb35788fcd94f9e6e2bc6d7c57875240a9791c7ad (patch)
tree79719ad99c24a04b7b8c4924dd3913c436a12b81 /tests/auto/declarative/qquicktextinput
parent7f20428c91bad817b2d350536756dd55a8d2103b (diff)
Remove unused QTBUG_21691 macros
Change-Id: I481fe67d1511d927da805e3fafe5ddd55b0ad0c7 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qquicktextinput')
-rw-r--r--tests/auto/declarative/qquicktextinput/tst_qquicktextinput.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qquicktextinput/tst_qquicktextinput.cpp b/tests/auto/declarative/qquicktextinput/tst_qquicktextinput.cpp
index b19842c795..ca978c34fd 100644
--- a/tests/auto/declarative/qquicktextinput/tst_qquicktextinput.cpp
+++ b/tests/auto/declarative/qquicktextinput/tst_qquicktextinput.cpp
@@ -52,7 +52,6 @@
#include <QDebug>
#include <QDir>
#include <QStyle>
-#include <QInputContext>
#include <QtOpenGL/QGLShaderProgram>
#include <math.h>
#include <qplatforminputcontext_qpa.h>
@@ -67,10 +66,6 @@
Q_DECLARE_METATYPE(QQuickTextInput::SelectionMode)
DEFINE_BOOL_CONFIG_OPTION(qmlDisableDistanceField, QML_DISABLE_DISTANCEFIELD)
-#define QTBUG_21691
-#define QTBUG_21691_MESSAGE "QTBUG-21691: The test needs to be rewritten to not use QInputContext"
-
-
QString createExpectedFileIfNotFound(const QString& filebasename, const QImage& actual)
{
// XXX This will be replaced by some clever persistent platform image store.