summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlquery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qurlquery.cpp')
-rw-r--r--src/corelib/io/qurlquery.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/io/qurlquery.cpp b/src/corelib/io/qurlquery.cpp
index 2f1975722f..042f9a278b 100644
--- a/src/corelib/io/qurlquery.cpp
+++ b/src/corelib/io/qurlquery.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
#include "qurlquery.h"
+#include "qurl_p.h"
QT_BEGIN_NAMESPACE
@@ -122,9 +123,6 @@ QT_BEGIN_NAMESPACE
typedef QList<QPair<QString, QString> > Map;
-int qt_urlRecode(QString &appendTo, const QChar *begin, const QChar *end,
- QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications);
-
class QUrlQueryPrivate : public QSharedData
{
public: