From 83ebad552bfdb9ac057fbf49316ed5becf70426d Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 7 Oct 2009 16:42:51 +1000 Subject: Merge --- .../contacts/1_Drawing_and_Animation/1/RemoveButton.qml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/declarative/tutorials/contacts/1_Drawing_and_Animation/1/RemoveButton.qml diff --git a/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/1/RemoveButton.qml b/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/1/RemoveButton.qml deleted file mode 100644 index a8ac7fe..0000000 --- a/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/1/RemoveButton.qml +++ /dev/null @@ -1,11 +0,0 @@ -import Qt 4.6 - -//! [0] -Rectangle { - id: removeButton - width: 30 - height: 30 - color: "red" - radius: 5 -} -//! [0] -- cgit v0.12