Clean up includes in QStringListModel.

Change-Id: Idb7167d1206925179fa812b6e3643ed9172f8479
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Stephen Kelly 2011-12-10 19:18:48 +01:00 committed by Qt by Nokia
parent 6f0f9f6928
commit 4c1f5edda6
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@
#include "qstringlistmodel.h"
#include <QtCore/qvector.h>
#ifndef QT_NO_STRINGLISTMODEL
QT_BEGIN_NAMESPACE

View File

@ -42,8 +42,8 @@
#ifndef QSTRINGLISTMODEL_H
#define QSTRINGLISTMODEL_H
#include <QtCore/qabstractitemmodel.h>
#include <QtCore/qstringlist.h>
#include <QtWidgets/qabstractitemview.h>
QT_BEGIN_HEADER