summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-20 13:19:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 21:59:28 +0200
commit60818231d82ca34f1d33ccb9ba7500b5470a3d0d (patch)
tree4f0c2c00aaae3a646eb23217eae8efd30480ec4d /src/corelib/io/qurl_p.h
parent373845dfd8acae0c941432c8cd615b77bcae0a2a (diff)
tst_qurlinternal: use qurl_p.h instead of declaring the functions
Just in case someone (like me) changes the function signatures or adds new functions. Change-Id: I1025fea012d95ffe89acaf799aa58fd2b0babc80 Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'src/corelib/io/qurl_p.h')
-rw-r--r--src/corelib/io/qurl_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qurl_p.h b/src/corelib/io/qurl_p.h
index a1efb29ff8..e55ba4a52a 100644
--- a/src/corelib/io/qurl_p.h
+++ b/src/corelib/io/qurl_p.h
@@ -173,7 +173,7 @@ public:
// in qurlrecode.cpp
extern Q_AUTOTEST_EXPORT int qt_urlRecode(QString &appendTo, const QChar *begin, const QChar *end,
- QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications);
+ QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications = 0);
// in qurlidna.cpp
enum AceOperation { ToAceOnly, NormalizeAce };