Commit 12280c1b authored by Nico Vertriest's avatar Nico Vertriest
Browse files

Doc: correct \printuntil error in AlarmDialog.qml


Change-Id: I1817a6117f1825164b41ecf60f177e6fc4a5b455
Reviewed-by: default avatarVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Showing with 3 additions and 3 deletions
...@@ -175,8 +175,8 @@ ...@@ -175,8 +175,8 @@
\quotefromfile tutorials/alarms/AlarmDialog.qml \quotefromfile tutorials/alarms/AlarmDialog.qml
\skipto contentItem \skipto contentItem
\printuntil "model: years" \printuntil /model\: years/
\printuntil } \printuntil /^}/
If you click on \b OK in the dialog, the entered data will be If you click on \b OK in the dialog, the entered data will be
added to \c alarmModel: added to \c alarmModel:
...@@ -233,7 +233,7 @@ ...@@ -233,7 +233,7 @@
\quotefromfile tutorials/alarms/AlarmDialog.qml \quotefromfile tutorials/alarms/AlarmDialog.qml
\skipto contentItem \skipto contentItem
\printuntil " }" \printuntil /^\}/
\section1 Editing alarms \section1 Editing alarms
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment