diff options
Diffstat (limited to 'tools/qdoc3/atom.h')
-rw-r--r-- | tools/qdoc3/atom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qdoc3/atom.h b/tools/qdoc3/atom.h index 6d5af0a..93b5ae7 100644 --- a/tools/qdoc3/atom.h +++ b/tools/qdoc3/atom.h @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ @@ -58,6 +58,7 @@ class Atom enum Type { AbstractLeft, AbstractRight, + AnnotatedList, AutoLink, BaseName, BriefLeft, |