summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-09-02 05:02:46 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-09-02 05:02:46 (GMT)
commitc3af2cb805d1ac5f7a5a944a23dc4c4238f8f530 (patch)
tree1e3c816b06ae07fcc530b7bac890c68892deedb0 /src/declarative/fx/qfxrect_p.h
parentb52bfac9d05de835682b9c2b2e1d79e0246e708a (diff)
downloadQt-c3af2cb805d1ac5f7a5a944a23dc4c4238f8f530.zip
Qt-c3af2cb805d1ac5f7a5a944a23dc4c4238f8f530.tar.gz
Qt-c3af2cb805d1ac5f7a5a944a23dc4c4238f8f530.tar.bz2
Provide some color manipulation functions.
These may not be the final location for these, but it allows us to start testing.
Diffstat (limited to 'src/declarative/fx/qfxrect_p.h')
-rw-r--r--src/declarative/fx/qfxrect_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxrect_p.h b/src/declarative/fx/qfxrect_p.h
index 25fa38d..8eb074a 100644
--- a/src/declarative/fx/qfxrect_p.h
+++ b/src/declarative/fx/qfxrect_p.h
@@ -81,7 +81,6 @@ public:
QColor getColor();
QColor color;
QFxGradient *gradient;
- QColor tintColor;
QFxPen *getPen() {
if (!pen) {
Q_Q(QFxRect);