summaryrefslogtreecommitdiff
path: root/src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc')
-rw-r--r--src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc b/src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc
index 9b1e1c1..82b92a8 100644
--- a/src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc
+++ b/src/ivivehiclefunctions/doc/src/examples-climate_widget.qdoc
@@ -63,7 +63,7 @@
The first thing to do is to create a QIviClimateControl instance in our
MainWindow constructor. As we only have one Climate backend and don't want
- to choose which one to use, we call \l {QIviAbstractFeature::}{startAutoDiscovery()}
+ to choose which one to use, we call \l {QIviAbstractFeature::}{startAutoDiscovery}
to start searching for a suitable backend right away and pick the first one
that matches.