From 86df745c940cd54ca9c7b11347ee4a80b7a5577c Mon Sep 17 00:00:00 2001 From: Caroline Chao <caroline.chao@digia.com> Date: Mon, 3 Jun 2013 15:44:10 +0200 Subject: [PATCH] Gallery: remove reference to colorDialog Change-Id: I0433e350634b4a2bea6161f53e7c7363654e2cf6 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- examples/quick/controls/gallery/content/Styles.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/quick/controls/gallery/content/Styles.qml b/examples/quick/controls/gallery/content/Styles.qml index 97797f838..3a7d2bfd2 100644 --- a/examples/quick/controls/gallery/content/Styles.qml +++ b/examples/quick/controls/gallery/content/Styles.qml @@ -63,7 +63,6 @@ Item { Button { text: "Push me" style: ButtonStyle { } - onClicked: colorDialog.open() implicitWidth: columnWidth } Button { -- GitLab