Orb/Doxygen/src/xmlditaelementprefix.h
changeset 1 82f11024044a
parent 0 42188c7ea2d9
--- a/Orb/Doxygen/src/xmlditaelementprefix.h	Thu Jan 21 17:29:01 2010 +0000
+++ b/Orb/Doxygen/src/xmlditaelementprefix.h	Thu Mar 18 18:26:18 2010 +0000
@@ -20,6 +20,7 @@
 #include "filedef.h"
 #include <qstring.h>
 #include <qdict.h>
+#include <qfileinfo.h>
 
 /** Class that handles mappings between file name extensions and the
 source code language. This also handles mappings from source code language
@@ -59,6 +60,7 @@
 	QDict<char> m_extToLang;
 	QDict<char> m_langToPrefix;
 	QDict<char> m_langToDoctypeOwner;
+	QString m_defaultLanguage;
 private:
 	QString capFirstLetter(const QString& in) const;
 	QString doctypeStr(const Definition *d, const QString &ePref, const QString& sInsert);