Fix synqt-warnings in QTestLib.

QtTest: WARNING: qtestmouse.h includes QDebug when it should
include QtCore/QDebug. Introduced by
c210668346 .

Change-Id: I33918c82fddeedef90597bf02c93167348d6b279
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
bb10
Friedemann Kleint 2013-10-10 16:22:36 +02:00 committed by The Qt Project
parent 12b68ed072
commit 4c8f194ade
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
#include <QtWidgets/qwidget.h>
#endif
#include <QDebug>
#include <QtCore/QDebug>
QT_BEGIN_NAMESPACE