diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-22 02:08:33 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-22 02:25:05 (GMT) |
commit | 5bcf21e6bbbfa2c990197695963caba25530827c (patch) | |
tree | b88475e69a35d4e98754fe7b18f78b0cba6ce82a /src/declarative/graphicsitems/qdeclarativeitem.cpp | |
parent | f9062c44fc21da110fcfae68b19c70d4da7b3fc0 (diff) | |
download | Qt-5bcf21e6bbbfa2c990197695963caba25530827c.zip Qt-5bcf21e6bbbfa2c990197695963caba25530827c.tar.gz Qt-5bcf21e6bbbfa2c990197695963caba25530827c.tar.bz2 |
Remove (undocumented) QML bindings for effects.
Support for effects will be introduced in a future release, when
we can make better guarantees about performance.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp index bdd24b6..bc0c65e 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp @@ -61,7 +61,6 @@ #include <QtCore/qnumeric.h> #include <QtScript/qscriptengine.h> #include <QtGui/qgraphicstransform.h> -#include <QtGui/qgraphicseffect.h> #include <qlistmodelinterface_p.h> QT_BEGIN_NAMESPACE @@ -70,8 +69,6 @@ QT_BEGIN_NAMESPACE #define FLT_MAX 1E+37 #endif -#include "qdeclarativeeffects.cpp" - /*! \qmlclass Transform QGraphicsTransform \since 4.7 @@ -234,11 +231,6 @@ QT_BEGIN_NAMESPACE */ /*! - \group group_effects - \title Effects -*/ - -/*! \group group_layouts \title Layouts */ @@ -2154,8 +2146,8 @@ void QDeclarativeItem::setBaselineOffset(qreal offset) Opacity is an \e inherited attribute. That is, the opacity is also applied individually to child items. In almost all cases this - is what you want. If you can spot the issue in the following - example, you might need to use an \l Opacity effect instead. + is what you want, but in some cases (like the following example) + it may produce undesired results. \table \row |