aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2019-11-28 15:55:10 +0100
committerDominik Holland <dominik.holland@qt.io>2019-11-28 15:55:10 +0100
commit69291b222ba44228528f015e11eb08e10df44cbf (patch)
tree5fcbed74a53135a847ab275fdc75d04ad27ab471
parent945017497c8dd87c0a81abd15de46ba65eee62ed (diff)
doc: Include the correct snippet in the qface-tutorial
In chapter3 we included the wrong snippet for the main.cpp. Change-Id: Ia9f89e5b2ea14c82b70aee5937fd9320b980ed7f Fixes: AUTOSUITE-1351
-rw-r--r--src/ivicore/doc/src/examples-qface-tutorial.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivicore/doc/src/examples-qface-tutorial.qdoc b/src/ivicore/doc/src/examples-qface-tutorial.qdoc
index 4fe5726..d5941a5 100644
--- a/src/ivicore/doc/src/examples-qface-tutorial.qdoc
+++ b/src/ivicore/doc/src/examples-qface-tutorial.qdoc
@@ -429,7 +429,7 @@
search for it and is still using the old hardcoded registration. So, we can now remove the
linking step in the \c instrument-cluster.pro file and change our main file accordingly:
- \quotefromfile ivicore/qface-tutorial/chapter1-basics/instrument-cluster/main.cpp
+ \quotefromfile ivicore/qface-tutorial/chapter3-simulation-backend/instrument-cluster/main.cpp
\skipto #include
\printuntil }