summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/atom.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <[email protected]>2012-03-25 11:16:15 +0200
committerQt by Nokia <[email protected]>2012-03-28 05:07:08 +0200
commit291f436ab6f83d1215cb7fe1f3c0573d812538fd (patch)
tree9a49ba8e0328260b6416ee1445b1dd9b247de07e /src/tools/qdoc/atom.cpp
parent32068cb707bc60d6a74697beaea6fb7cab399bb8 (diff)
qdoc: Implement \uicontrol command.
Change-Id: I10381cd69d32352c590ec5a7d4041465af57b88b Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/tools/qdoc/atom.cpp')
-rw-r--r--src/tools/qdoc/atom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/qdoc/atom.cpp b/src/tools/qdoc/atom.cpp
index 777240c8312..fec383f5ac1 100644
--- a/src/tools/qdoc/atom.cpp
+++ b/src/tools/qdoc/atom.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <qregexp.h>
+#include <QRegExp>
#include "atom.h"
#include "location.h"
#include <stdio.h>
@@ -55,6 +55,7 @@ QLatin1String Atom::SPAN_ ("span");
QLatin1String Atom::SUBSCRIPT_ ("subscript");
QLatin1String Atom::SUPERSCRIPT_ ("superscript");
QLatin1String Atom::TELETYPE_ ("teletype");
+QLatin1String Atom::UICONTROL_ ("uicontrol");
QLatin1String Atom::UNDERLINE_ ("underline");
QLatin1String Atom::BULLET_ ("bullet");