From 1aa4ad46e4878072be9acb8389572e7f9e8198df Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 29 Apr 2013 00:09:23 +0200 Subject: QUrl: add matches(url, options) method. Change-Id: I534f494aecc48cc2accfcfcb692f35046250b493 Reviewed-by: Thiago Macieira --- src/corelib/io/qurl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/io/qurl.h') diff --git a/src/corelib/io/qurl.h b/src/corelib/io/qurl.h index 3018f6d0e4..457440bb89 100644 --- a/src/corelib/io/qurl.h +++ b/src/corelib/io/qurl.h @@ -251,6 +251,8 @@ public: bool operator ==(const QUrl &url) const; bool operator !=(const QUrl &url) const; + bool matches(const QUrl &url, FormattingOptions options) const; + static QString fromPercentEncoding(const QByteArray &); static QByteArray toPercentEncoding(const QString &, const QByteArray &exclude = QByteArray(), -- cgit v1.2.3