diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-28 06:06:09 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-28 06:06:09 (GMT) |
commit | 753f8a4f263fd44ec22c7f6b0835df1466d01f82 (patch) | |
tree | 871565dc1164f215a1d6b447d207e54e52ab6dfa /doc/src/declarative/qtbinding.qdoc | |
parent | 1f8a4748e860d259d525e47426fd3a1072d9fb5c (diff) | |
download | Qt-753f8a4f263fd44ec22c7f6b0835df1466d01f82.zip Qt-753f8a4f263fd44ec22c7f6b0835df1466d01f82.tar.gz Qt-753f8a4f263fd44ec22c7f6b0835df1466d01f82.tar.bz2 |
Doc.
Diffstat (limited to 'doc/src/declarative/qtbinding.qdoc')
-rw-r--r-- | doc/src/declarative/qtbinding.qdoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc index 18685ac..61520f7 100644 --- a/doc/src/declarative/qtbinding.qdoc +++ b/doc/src/declarative/qtbinding.qdoc @@ -211,7 +211,6 @@ Rectangle { } } \endcode -\endtable To detect when a C++ property value - in this case the \c CustomPalette's \c text property - changes, the property must have a corresponding NOTIFY signal. The NOTIFY signal specifies a signal |