summaryrefslogtreecommitdiffstats
path: root/examples/declarative/slideswitch
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-01 04:41:06 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-01 04:41:06 (GMT)
commitd40df4790d6c8f6b6572c46c91ec058c86b44942 (patch)
treec430b0639ae6642d341258160c9d90f057c6bd9c /examples/declarative/slideswitch
parente93e5076e11a7a9cfdd4b9cb1a2d4dbf1f579177 (diff)
downloadQt-d40df4790d6c8f6b6572c46c91ec058c86b44942.zip
Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.tar.gz
Qt-d40df4790d6c8f6b6572c46c91ec058c86b44942.tar.bz2
Doc work.
Diffstat (limited to 'examples/declarative/slideswitch')
-rw-r--r--examples/declarative/slideswitch/Switch.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/declarative/slideswitch/Switch.qml b/examples/declarative/slideswitch/Switch.qml
index 5862646..3ae7a0f 100644
--- a/examples/declarative/slideswitch/Switch.qml
+++ b/examples/declarative/slideswitch/Switch.qml
@@ -14,7 +14,6 @@ Item {
Switch.state = "On";
}
function dorelease() {
- print(Knob.x);
if(Knob.x == 1) {
if(Switch.state == "Off")
return;