summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxloader.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-19 05:13:09 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-19 05:13:09 (GMT)
commit9a954d44aa20e0eb21bdf2820941bd7a1908096d (patch)
treecc001010d783596afd5203781dc2eac992b6b9b5 /src/declarative/fx/qfxloader.cpp
parent9f7f71160053b64a23abc472d9d9ddd5d9bb8b3d (diff)
downloadQt-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.cpp7
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.