summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.h')
-rw-r--r--src/translator.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/translator.h b/src/translator.h
index 89ef47b..9598da3 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -863,9 +863,19 @@ class Translator
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.1.1
+// new since 1.1.3
//////////////////////////////////////////////////////////////////////////
+ /*! Used as a marker that is put before a todo item */
+ virtual QCString trTodo()
+ {
+ return "Todo";
+ }
+ /*! Used as the header of the todo list */
+ virtual QCString trTodoList()
+ {
+ return "Todo List";
+ }
};
#endif