summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-23 00:53:06 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-23 00:53:06 (GMT)
commit831d30af205d5125f762696bb6f9a5f9d1e3c5f5 (patch)
tree69a2fc6d98b4956de687b6063773ce2315af0474
parent3a46e59a71487c375b303cd982707dc0743f6f93 (diff)
downloadQt-831d30af205d5125f762696bb6f9a5f9d1e3c5f5.zip
Qt-831d30af205d5125f762696bb6f9a5f9d1e3c5f5.tar.gz
Qt-831d30af205d5125f762696bb6f9a5f9d1e3c5f5.tar.bz2
Doc.
-rw-r--r--src/declarative/graphicsitems/qmlgraphicsitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsitem.cpp b/src/declarative/graphicsitems/qmlgraphicsitem.cpp
index fb6afb1..263aea5 100644
--- a/src/declarative/graphicsitems/qmlgraphicsitem.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicsitem.cpp
@@ -2307,7 +2307,7 @@ void QmlGraphicsItem::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 opacity filter (not yet available) instead.
+ example, you might need to use an \l Opacity effect instead.
\table
\row