tst_qdatawidgetmapper: stop using module-wide includes
Change-Id: Ia0e170e2185a46685cb1c130a16b8a9d379b6e02 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>bb10
parent
30a9c8fe8a
commit
fd05f26d80
|
|
@ -30,9 +30,12 @@
|
|||
** $QT_END_LICENSE$
|
||||
**
|
||||
****************************************************************************/
|
||||
#include <QtGui/QtGui>
|
||||
#include <QtWidgets/QtWidgets>
|
||||
#include <QtTest/QtTest>
|
||||
#include <QDataWidgetMapper>
|
||||
#include <QStandardItemModel>
|
||||
#include <QLineEdit>
|
||||
#include <QComboBox>
|
||||
#include <QTest>
|
||||
#include <QSignalSpy>
|
||||
|
||||
class tst_QDataWidgetMapper: public QObject
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue