diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-13 22:33:40 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-13 23:03:34 (GMT) |
commit | 24ce9883da082e0ecc38acca2b420f5f38ff7b4f (patch) | |
tree | bf1c3a72f30b4b4d2a5025dcff466e9395b70bcc /src/declarative/fx/qfxtextedit.cpp | |
parent | 4cc84829f500827bcf22eecc1558ad86ac106552 (diff) | |
download | Qt-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.cpp | 1 |
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" |