From 92d4d490fe808479e3fe8885e5e5cabd20f3d03f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 19 Aug 2020 14:54:51 +0200 Subject: Fix a number of qdoc warnings - Remove obsolete functions and enumeration values - Remove QObject * parameter from QMetaProperty accessors - Fix renamed enumerations in QSsl - Fix list items to be \li - Fix function signatures and variable names Change-Id: I37c7e6bf2c8ff92bc7b82620bae0a27796f866ab Reviewed-by: Paul Wicking --- src/corelib/io/qurl.cpp | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/corelib/io/qurl.cpp') diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp index 615c814e91..105dfa358f 100644 --- a/src/corelib/io/qurl.cpp +++ b/src/corelib/io/qurl.cpp @@ -3012,27 +3012,6 @@ QByteArray QUrl::toPercentEncoding(const QString &input, const QByteArray &exclu return input.toUtf8().toPercentEncoding(exclude, include); } -/*! - \fn QByteArray QUrl::toPunycode(const QString &uc) - \obsolete - Returns a \a uc in Punycode encoding. - - Punycode is a Unicode encoding used for internationalized domain - names, as defined in RFC3492. If you want to convert a domain name from - Unicode to its ASCII-compatible representation, use toAce(). -*/ - -/*! - \fn QString QUrl::fromPunycode(const QByteArray &pc) - \obsolete - Returns the Punycode decoded representation of \a pc. - - Punycode is a Unicode encoding used for internationalized domain - names, as defined in RFC3492. If you want to convert a domain from - its ASCII-compatible encoding to the Unicode representation, use - fromAce(). -*/ - /*! \since 4.2 -- cgit v1.2.3