From 8cf42fe50c3e1fdcb1b7d308446397be1dc20e16 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Tue, 29 Mar 2022 01:05:05 +0200 Subject: [PATCH] Add link to 4. QML tutorial to readme Signed-off-by: Juraj Oravec --- qml/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/README.md b/qml/README.md index 0a7ff45..219b9a0 100644 --- a/qml/README.md +++ b/qml/README.md @@ -3,3 +3,4 @@ 1. [Introduction](articles/1.Introduction.md) 2. [Basic Extension](articles/2.Basic_extension.md) - [Extension](extensions/qml_tutorial_2/) 3. [Adding a button to the toolbar](articles/3.Adding_a_button_to_the_toolbar.md) - [Extension](extensions/qml_tutorial_3/) +4. [Adding an entry to the web context menu](4.Adding_entry_to_the_web_context_menu.md) - [Extension](extensions/qml_tutorial_4/)