Add missing include when enabling deprecated code

QStringList is used by the inline code.
(I did not see that before because I was using precompiled headers)

Change-Id: Ieea4f13c143495f841b5246d835b584cc7404ac6
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Olivier Goffart 2011-10-28 09:14:01 +02:00 committed by Qt by Nokia
parent 9d43b8d970
commit 3c0a26b79f

View File

@ -49,6 +49,10 @@
#include <QtCore/qrect.h>
#include <QtCore/qstring.h>
#if QT_DEPRECATED_SINCE(5, 0)
#include <QtCore/qstringlist.h>
#endif
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE