summaryrefslogtreecommitdiffstats
path: root/src/translator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator.h')
-rw-r--r--src/translator.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/translator.h b/src/translator.h
index e69b08c..07c83ea 100644
--- a/src/translator.h
+++ b/src/translator.h
@@ -497,7 +497,13 @@ class Translator
int hour,int minutes,int seconds,
bool includeTime) = 0;
+//////////////////////////////////////////////////////////////////////////
+// new since 1.7.5
+//////////////////////////////////////////////////////////////////////////
+ virtual QCString trCiteReferences() = 0;
+ virtual QCString trCopyright() = 0;
+ virtual QCString trDirDepGraph(const char *name) = 0;
};
#endif