summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/openedlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/openedlist.h')
-rw-r--r--src/tools/qdoc/openedlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/qdoc/openedlist.h b/src/tools/qdoc/openedlist.h
index 7d40add8b1..cf7624b8e3 100644
--- a/src/tools/qdoc/openedlist.h
+++ b/src/tools/qdoc/openedlist.h
@@ -49,11 +49,14 @@
#include <qstring.h>
#include "location.h"
+#include "tr.h"
QT_BEGIN_NAMESPACE
class OpenedList
{
+ Q_DECLARE_TR_FUNCTIONS(QDoc::OpenedList)
+
public:
enum Style { Bullet, Tag, Value, Numeric, UpperAlpha, LowerAlpha,
UpperRoman, LowerRoman };