Doc: fix qdoc warning, end brief with full stop

Pick-to: 6.5 6.5.0
Change-Id: I5b2401a7aed684da06ff14fad11227b49798583c
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-03-08 16:52:43 +01:00
parent 846061f951
commit 065b146dff
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/*!
\qmltype XMLHttpRequest
\inqmlmodule QtQml
\brief Object for sending requests to a server
\brief Object for sending requests to a server.
The \c XMLHttpRequest object allows scripts to perform HTTP client functionality,
such as submitting form data or loading data asynchronously from a server.