summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-08 03:09:56 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-08 03:09:56 (GMT)
commitbeab75abef7dfb221418ca3b3e04e918f175d32f (patch)
treeba879816151b44791822aa8840f0451b3e5fad67 /src/declarative/fx/qfxtextedit_p.h
parent6597cb980c484c11554314d8db63c6dd4edcd887 (diff)
downloadQt-beab75abef7dfb221418ca3b3e04e918f175d32f.zip
Qt-beab75abef7dfb221418ca3b3e04e918f175d32f.tar.gz
Qt-beab75abef7dfb221418ca3b3e04e918f175d32f.tar.bz2
highlight color property
Diffstat (limited to 'src/declarative/fx/qfxtextedit_p.h')
-rw-r--r--src/declarative/fx/qfxtextedit_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxtextedit_p.h b/src/declarative/fx/qfxtextedit_p.h
index f4591f5..dd2a1bf 100644
--- a/src/declarative/fx/qfxtextedit_p.h
+++ b/src/declarative/fx/qfxtextedit_p.h
@@ -80,6 +80,7 @@ public:
QString text;
QmlFont font;
QColor color;
+ QColor highlightColor;
QString style;
QColor styleColor;
bool imgDirty;