Add some missing includes.
There is a #include <QStringList> line wrapped in QT_DEPRECATED_SINCE(5, 0). Change-Id: I766848dfcc3bd765c57626a3d70f492ac1219091 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
39eb95ece1
commit
eb9474d045
@ -41,6 +41,8 @@
|
||||
|
||||
#include "qurl_p.h"
|
||||
|
||||
#include <QtCore/qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
// needed by the punycode encoder/decoder
|
||||
|
@ -42,6 +42,8 @@
|
||||
#include "qurlquery.h"
|
||||
#include "qurl_p.h"
|
||||
|
||||
#include <QtCore/qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user