summaryrefslogtreecommitdiff
path: root/src/qdoc/atom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/atom.cpp')
-rw-r--r--src/qdoc/atom.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qdoc/atom.cpp b/src/qdoc/atom.cpp
index f4920f43e..9f0761ad4 100644
--- a/src/qdoc/atom.cpp
+++ b/src/qdoc/atom.cpp
@@ -234,6 +234,8 @@ static const struct
{ "TableOfContents", Atom::TableOfContents },
{ "Target", Atom::Target },
{ "UnhandledFormat", Atom::UnhandledFormat },
+ { "WarningLeft", Atom::WarningLeft },
+ { "WarningRight", Atom::WarningRight },
{ "UnknownCommand", Atom::UnknownCommand },
{ nullptr, 0 } };