diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-08 12:54:59 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-08 12:56:34 (GMT) |
commit | d85d31c50620a215647ab2c3d27636006c04a01d (patch) | |
tree | 6dae79a4e5a9d72fec7b0fc9855d9184b64b5ead /tools/qdoc3/separator.h | |
parent | 0f34ed602bcb00b19b0e550d790ae6521de37aa6 (diff) | |
download | Qt-d85d31c50620a215647ab2c3d27636006c04a01d.zip Qt-d85d31c50620a215647ab2c3d27636006c04a01d.tar.gz Qt-d85d31c50620a215647ab2c3d27636006c04a01d.tar.bz2 |
doc: Output a clearer "All functions in this class are..." statement.
Task-number: 189232
Diffstat (limited to 'tools/qdoc3/separator.h')
-rw-r--r-- | tools/qdoc3/separator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/separator.h b/tools/qdoc3/separator.h index 70ba624..2336d94 100644 --- a/tools/qdoc3/separator.h +++ b/tools/qdoc3/separator.h @@ -51,6 +51,7 @@ QT_BEGIN_NAMESPACE QString separator( int index, int count ); +QString comma( int index, int count ); QT_END_NAMESPACE |