From 78e23ba6863643cf330b402a7cdc873f5d428061 Mon Sep 17 00:00:00 2001 From: Gabriel Aprigliano Fernandes Date: Thu, 10 Sep 2015 17:40:52 -0300 Subject: [PATCH] Added youtube video example usage. --- DropItem.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DropItem.qml b/DropItem.qml index a5430cd..351eed1 100644 --- a/DropItem.qml +++ b/DropItem.qml @@ -17,7 +17,7 @@ DropItem v0.1 Updated: 10/09/2015 by: Gabriel F. contactMe: http://gaf.impa.br/contact/ or http://www.gabrieldesign.com.br - watch the video working at: + watch the video working at: https://youtu.be/CxxuIpKmMmc To use, include the file in project and add the following code somewhere in qml: @@ -205,5 +205,4 @@ Item { } } -} - +} \ No newline at end of file -- GitLab