Remove unused QTBUG_21691 macros

Change-Id: I481fe67d1511d927da805e3fafe5ddd55b0ad0c7
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
This commit is contained in:
Joona Petrell 2011-11-24 11:34:09 +02:00 committed by Qt by Nokia
parent 7f20428c91
commit b35788fcd9
2 changed files with 0 additions and 8 deletions

View File

@ -55,7 +55,6 @@
#include <QQuickView>
#include <QDir>
#include <QStyle>
#include <QInputContext>
#include <QInputPanel>
#include <QClipboard>
#include <QMimeData>
@ -68,8 +67,6 @@
#include <Carbon/Carbon.h>
#endif
#define QTBUG_21691
#define QTBUG_21691_MESSAGE "QTBUG-21691: The test needs to be rewritten to not use QInputContext"
Q_DECLARE_METATYPE(QQuickTextEdit::SelectionMode)
DEFINE_BOOL_CONFIG_OPTION(qmlDisableDistanceField, QML_DISABLE_DISTANCEFIELD)

View File

@ -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.