Make qtestaccessible.h compile on its own.

It needs the QTest namespace and QTest::qWait to be declared.

Change-Id: I1c72a13231603a61221cf1b7ad9234aa4cba6d60
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
Thiago Macieira 2012-12-17 16:17:25 -08:00 committed by The Qt Project
parent 22ce26234e
commit d7df8e39f3

View File

@ -56,6 +56,8 @@
#include <QtCore/qdebug.h>
#include <QtGui/qaccessible.h>
#include <QtGui/qguiapplication.h>
#include <QtTest/qtest_global.h>
#include <QtTest/qtestsystem.h>
QT_BEGIN_HEADER