From 60818231d82ca34f1d33ccb9ba7500b5470a3d0d Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 20 Aug 2012 13:19:46 +0200 Subject: 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 --- src/corelib/io/qurl_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/io/qurl_p.h') 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 }; -- cgit v1.2.3