Add some missing includes.
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 2 May 2012 22:20:42 +0000 (00:20 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 3 May 2012 14:11:58 +0000 (16:11 +0200)
There is a #include <QStringList> line wrapped in
QT_DEPRECATED_SINCE(5, 0).

Change-Id: I766848dfcc3bd765c57626a3d70f492ac1219091
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/io/qurlidna.cpp
src/corelib/io/qurlquery.cpp

index e28d886..5b9ca6c 100644 (file)
@@ -41,6 +41,8 @@
 
 #include "qurl_p.h"
 
+#include <QtCore/qstringlist.h>
+
 QT_BEGIN_NAMESPACE
 
 // needed by the punycode encoder/decoder
index ccb0361..2e2db11 100644 (file)
@@ -42,6 +42,8 @@
 #include "qurlquery.h"
 #include "qurl_p.h"
 
+#include <QtCore/qstringlist.h>
+
 QT_BEGIN_NAMESPACE
 
 /*!