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, 9 insertions, 0 deletions
diff --git a/src/translator.h b/src/translator.h
index d5778d3..7d626c0 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -733,6 +733,15 @@ class Translator
{
return "Definition in file @0.";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.0.0
+//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trDeprecated()
+ {
+ return "Deprecated";
+ }
};
#endif