summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.h')
-rw-r--r--src/translator.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/translator.h b/src/translator.h
index 8316e3f..80adc32 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -885,7 +885,14 @@ class Translator
{
return "Referenced by";
}
-
+ virtual QCString trRemarks()
+ {
+ return "Remarks";
+ }
+ virtual QCString trAttention()
+ {
+ return "Attention";
+ }
};
#endif