summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.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.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.h')
-rw-r--r--src/declarative/fx/qfxrect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxrect.h b/src/declarative/fx/qfxrect.h
index 359e8fc..439cc65 100644
--- a/src/declarative/fx/qfxrect.h
+++ b/src/declarative/fx/qfxrect.h
@@ -136,7 +136,6 @@ class Q_DECLARATIVE_EXPORT QFxRect : public QFxItem
Q_OBJECT
Q_PROPERTY(QColor color READ color WRITE setColor)
- Q_PROPERTY(QColor tintColor READ tintColor WRITE setTintColor)
Q_PROPERTY(QFxGradient *gradient READ gradient WRITE setGradient)
Q_PROPERTY(QFxPen * border READ border)
Q_PROPERTY(qreal radius READ radius WRITE setRadius)
@@ -146,9 +145,6 @@ public:
QColor color() const;
void setColor(const QColor &);
- QColor tintColor() const;
- void setTintColor(const QColor &);
-
QFxPen *border();
QFxGradient *gradient() const;