summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-13 22:33:40 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-13 23:03:34 (GMT)
commit24ce9883da082e0ecc38acca2b420f5f38ff7b4f (patch)
treebf1c3a72f30b4b4d2a5025dcff466e9395b70bcc /src/declarative/fx/qfxtextedit.cpp
parent4cc84829f500827bcf22eecc1558ad86ac106552 (diff)
downloadQt-24ce9883da082e0ecc38acca2b420f5f38ff7b4f.zip
Qt-24ce9883da082e0ecc38acca2b420f5f38ff7b4f.tar.gz
Qt-24ce9883da082e0ecc38acca2b420f5f38ff7b4f.tar.bz2
Cleanup in preparation for key/focus handling.
Diffstat (limited to 'src/declarative/fx/qfxtextedit.cpp')
-rw-r--r--src/declarative/fx/qfxtextedit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp
index cdd94b5..6d05e72 100644
--- a/src/declarative/fx/qfxtextedit.cpp
+++ b/src/declarative/fx/qfxtextedit.cpp
@@ -66,7 +66,6 @@ TextEdit {
id: edit
text: "<b>Hello</b> <i>World!</i>"
focus: true
- focusable: true
font.family: "Helvetica"
font.size: 20
color: "blue"