diff options
author | Peter Yard <peter.yard@nokia.com> | 2010-04-27 00:35:48 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2010-04-27 00:35:48 (GMT) |
commit | 4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66 (patch) | |
tree | 567204d6fe4aa654c6cb6a132309ff7d98e359c0 /src/declarative/util/qdeclarativebehavior.cpp | |
parent | cc52a813b396f8c4726d4c889bc391c015d36d11 (diff) | |
download | Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.zip Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.gz Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.bz2 |
Docs Changes to start page. Minor change to Elements doc. See also added to some elements docs.
Diffstat (limited to 'src/declarative/util/qdeclarativebehavior.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativebehavior.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/util/qdeclarativebehavior.cpp b/src/declarative/util/qdeclarativebehavior.cpp index a6c578e..1089d31 100644 --- a/src/declarative/util/qdeclarativebehavior.cpp +++ b/src/declarative/util/qdeclarativebehavior.cpp @@ -90,6 +90,8 @@ public: Currently only a single Behavior may be specified for a property; this Behavior can be enabled and disabled via the \l{enabled} property. + + \sa QtDeclarative */ |