summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/atom.h')
-rw-r--r--src/tools/qdoc/atom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/qdoc/atom.h b/src/tools/qdoc/atom.h
index 584e8fcd08..7c3b5a0efb 100644
--- a/src/tools/qdoc/atom.h
+++ b/src/tools/qdoc/atom.h
@@ -84,6 +84,7 @@ public:
FormattingRight,
GeneratedList,
GuidLink,
+ HR,
Image,
ImageText,
ImportantLeft,
@@ -195,6 +196,7 @@ public:
static QLatin1String SUBSCRIPT_;
static QLatin1String SUPERSCRIPT_;
static QLatin1String TELETYPE_;
+ static QLatin1String UICONTROL_;
static QLatin1String UNDERLINE_;
static QLatin1String BULLET_;
@@ -221,6 +223,7 @@ private:
#define ATOM_FORMATTING_SUBSCRIPT "subscript"
#define ATOM_FORMATTING_SUPERSCRIPT "superscript"
#define ATOM_FORMATTING_TELETYPE "teletype"
+#define ATOM_FORMATTING_UICONTROL "uicontrol"
#define ATOM_FORMATTING_UNDERLINE "underline"
#define ATOM_LIST_BULLET "bullet"