summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-12-03 13:16:07 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-12-03 15:44:28 +0000
commit0b06e19ef060b1e1c50732ee4c926013bbd45999 (patch)
tree67782d14826344419167d8139fa1b08be31206ac /src/core
parentd0ae9b50cc01e4c0f65f17467276d4af40284ae1 (diff)
Doc: mark QWebEngineUrlRequestInfo::changed() internal
...to stop QDoc from printing an error. Change-Id: I22ac3d94e4f8ad53c0bfbda97a71c615a43a2262 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/api/qwebengineurlrequestinfo.cpp3
1 files changed, 3 insertions, 0 deletions
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);