diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-19 05:13:09 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-19 05:13:09 (GMT) |
commit | 9a954d44aa20e0eb21bdf2820941bd7a1908096d (patch) | |
tree | cc001010d783596afd5203781dc2eac992b6b9b5 /src/declarative/fx/qfxloader.cpp | |
parent | 9f7f71160053b64a23abc472d9d9ddd5d9bb8b3d (diff) | |
download | Qt-9a954d44aa20e0eb21bdf2820941bd7a1908096d.zip Qt-9a954d44aa20e0eb21bdf2820941bd7a1908096d.tar.gz Qt-9a954d44aa20e0eb21bdf2820941bd7a1908096d.tar.bz2 |
Various doc fixes.
Make QML docs fit in with the new Qt style. Fix numerous qdoc errors.
Diffstat (limited to 'src/declarative/fx/qfxloader.cpp')
-rw-r--r-- | src/declarative/fx/qfxloader.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/declarative/fx/qfxloader.cpp b/src/declarative/fx/qfxloader.cpp index 6d06ee9..95ddae3 100644 --- a/src/declarative/fx/qfxloader.cpp +++ b/src/declarative/fx/qfxloader.cpp @@ -85,13 +85,6 @@ QFxLoader::~QFxLoader() } /*! - \internal - \fn void QFxItem::sourceChanged() - This signal is emitted whenever the item's dynamic QML - source url changes. - */ - -/*! \qmlproperty url Loader::source This property holds the dynamic URL of the QML for the item. |