summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlquery.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2011-09-08 21:58:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-30 01:19:59 +0200
commit4758c8fa486c07e12e6d0eebfd7b5f8b07b49654 (patch)
tree2fb590ab3cb9c207486e48a0be096910f45f185b /src/corelib/io/qurlquery.cpp
parent1c2144c39fa0069bf496e8f77389a9c2f8a31acf (diff)
Move some of qurl.cpp into other files for ease of maintenance
The parsing code is now in qurlparser.cpp, whereas the IDNA related code is in qurlidna.cpp. Change-Id: I0b32c0bf0ee6c2f08dc3200c44af3c9d1504a3df Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
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: