From 0b06e19ef060b1e1c50732ee4c926013bbd45999 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 3 Dec 2015 13:16:07 +0100 Subject: Doc: mark QWebEngineUrlRequestInfo::changed() internal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...to stop QDoc from printing an error. Change-Id: I22ac3d94e4f8ad53c0bfbda97a71c615a43a2262 Reviewed-by: Michael BrĂ¼ning --- src/core/api/qwebengineurlrequestinfo.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/api/qwebengineurlrequestinfo.cpp') diff --git a/src/core/api/qwebengineurlrequestinfo.cpp b/src/core/api/qwebengineurlrequestinfo.cpp index 79801d190..db5627acb 100644 --- a/src/core/api/qwebengineurlrequestinfo.cpp +++ b/src/core/api/qwebengineurlrequestinfo.cpp @@ -236,6 +236,9 @@ QByteArray QWebEngineUrlRequestInfo::requestMethod() const return d->method; } +/*! + \internal +*/ bool QWebEngineUrlRequestInfo::changed() const { Q_D(const QWebEngineUrlRequestInfo); -- cgit v1.2.3