diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-18 04:51:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-18 04:51:33 (GMT) |
commit | e03276273b77006df4fe7bad4361998a8f894466 (patch) | |
tree | db7256b73d50effaf8ff4ee373826ed8cfd15643 /src/declarative/fx/qfxtextedit.h | |
parent | 563dba9c0a672b6a326767bbaa189cb01d3f9852 (diff) | |
download | Qt-e03276273b77006df4fe7bad4361998a8f894466.zip Qt-e03276273b77006df4fe7bad4361998a8f894466.tar.gz Qt-e03276273b77006df4fe7bad4361998a8f894466.tar.bz2 |
Some Text cleanup.
Diffstat (limited to 'src/declarative/fx/qfxtextedit.h')
-rw-r--r-- | src/declarative/fx/qfxtextedit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxtextedit.h b/src/declarative/fx/qfxtextedit.h index f2f163b..752a174 100644 --- a/src/declarative/fx/qfxtextedit.h +++ b/src/declarative/fx/qfxtextedit.h @@ -103,9 +103,9 @@ public: }; enum TextFormat { - AutoText, - PlainText, - RichText, + PlainText = Qt::PlainText, + RichText = Qt::RichText, + AutoText = Qt::AutoText }; QString text() const; |