From 04e40f1241c1a90b09d80895f4ff92c4c1c391c6 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Tue, 29 Mar 2022 10:04:52 +0200 Subject: [PATCH] QML: Add links to clipboard example to the 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 776d7b0..ec7d734 100644 --- a/qml/README.md +++ b/qml/README.md @@ -5,3 +5,4 @@ 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](articles/4.Adding_entry_to_the_web_context_menu.md) - [Extension](extensions/qml_tutorial_4/) 5. [Using notifications](articles/5.Using_notifications.md) - [Extension](extensions/qml_tutorial_5/) +6. [Using clipboard](articles/6.Using_clipboard.md) - [Extension](extensions/qml_tutorial_6/)