summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.h')
-rw-r--r--src/translator.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/translator.h b/src/translator.h
index cb2e2ab..25d25d6 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -977,6 +977,22 @@ class Translator
{
return "legend";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.2.0
+//////////////////////////////////////////////////////////////////////////
+
+ /*! Used as a marker that is put before a todo item */
+ virtual QCString trTest()
+ {
+ return "Test";
+ }
+ /*! Used as the header of the todo list */
+ virtual QCString trTestList()
+ {
+ return "Test List";
+ }
+
};
#endif