summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtprogrammers.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-26 04:45:56 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-26 04:45:56 (GMT)
commit2c89c36f1b5316ccb1d77b5e768fa3ec168a659f (patch)
treed5f2aff43158149559577c2c676c3985ad80d2a1 /doc/src/declarative/qtprogrammers.qdoc
parent620a05f762b647ea70a2a42e8e7cf48033cb1381 (diff)
downloadQt-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.qdoc4
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.