summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2024-02-14 13:20:50 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-14 15:19:49 +0000
commit0f6dfc04211341da38600a7313f583cb7ecaf0d6 (patch)
treea28e42850f51a508a892f8123df4fd7af34d043f
parent430d5150f2d59e48d0a066af483003f1f86431f9 (diff)
NMEA plugin docs: use sentence case for the headers consistently
The page had only one section that was using the title case in its header, so convert it to sentence case to match the rest of the page. Pick-to: 6.6 6.5 Change-Id: I3500eba60498c576dba3c8feaaef45ba56d721f8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Juha Vuolle <juha.vuolle@qt.io> (cherry picked from commit 376c78058c42db422f0b8ed2ed45c4e885a9c476) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/positioning/doc/src/plugins/nmea.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/positioning/doc/src/plugins/nmea.qdoc b/src/positioning/doc/src/plugins/nmea.qdoc
index d0f3dc8f..182cfc77 100644
--- a/src/positioning/doc/src/plugins/nmea.qdoc
+++ b/src/positioning/doc/src/plugins/nmea.qdoc
@@ -178,7 +178,7 @@ parameters["nmea.source"] = "socket://localhost:22222";
QGeoSatelliteInfoSource *socketSource = QGeoSatelliteInfoSource::createSource("nmea", parameters, this);
\endcode
-\section2 Settings Custom Simulation Speed
+\section2 Settings custom simulation speed
If you want to use \l QGeoSatelliteInfoSource to read file with NMEA stream, you
can also use additional parameter \c "nmea.satellite_info_simulation_interval".