summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-03 15:44:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-04 10:03:31 +0200
commit86df745c940cd54ca9c7b11347ee4a80b7a5577c (patch)
tree84495319010dbc0168c36ab139fe7750061052c6 /examples/quick/controls
parenteeb3c959334d1e6b4ea9f7538b603a711f8a8262 (diff)
Gallery: remove reference to colorDialog
Change-Id: I0433e350634b4a2bea6161f53e7c7363654e2cf6 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/quick/controls')
-rw-r--r--examples/quick/controls/gallery/content/Styles.qml1
1 files changed, 0 insertions, 1 deletions
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 {