diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 04:45:56 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 04:45:56 (GMT) |
commit | 2c89c36f1b5316ccb1d77b5e768fa3ec168a659f (patch) | |
tree | d5f2aff43158149559577c2c676c3985ad80d2a1 /doc/src/declarative/qtprogrammers.qdoc | |
parent | 620a05f762b647ea70a2a42e8e7cf48033cb1381 (diff) | |
download | Qt-2c89c36f1b5316ccb1d77b5e768fa3ec168a659f.zip Qt-2c89c36f1b5316ccb1d77b5e768fa3ec168a659f.tar.gz Qt-2c89c36f1b5316ccb1d77b5e768fa3ec168a659f.tar.bz2 |
doc fixes
Diffstat (limited to 'doc/src/declarative/qtprogrammers.qdoc')
-rw-r--r-- | doc/src/declarative/qtprogrammers.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/qtprogrammers.qdoc b/doc/src/declarative/qtprogrammers.qdoc index 6777724..742fc07 100644 --- a/doc/src/declarative/qtprogrammers.qdoc +++ b/doc/src/declarative/qtprogrammers.qdoc @@ -1,4 +1,4 @@ -/* +/*! INCOMPLETE @@ -51,7 +51,7 @@ QML usage of the item. As an example, imagine you wanted a reusable Button item. If you therefore decided to write a QFxItem subclass to implement a button, just as QToolButton subclasses QWidget for this purpose, following the rule above, your -"QFxButton" would not have any appearance - just the notions of enabled, triggering, etc. +\c QFxButton would not have any appearance - just the notions of enabled, triggering, etc. But there is already an object in Qt that does this: QAction. |