equal
deleted
inserted
replaced
11 */ |
11 */ |
12 #include "xmlditaelementprefix.h" |
12 #include "xmlditaelementprefix.h" |
13 |
13 |
14 // Version to use in the DOCTYPE declaration |
14 // Version to use in the DOCTYPE declaration |
15 // Should match regex: v(\d+)\.(\d+)\.(\d+)(\S*) |
15 // Should match regex: v(\d+)\.(\d+)\.(\d+)(\S*) |
16 const char *DOCTYPE_VERSION = "v0.5.0"; |
16 const char *DOCTYPE_VERSION = "v0.6.0"; |
17 |
17 |
18 DITAElementPrefix::DITAElementPrefix() |
18 DITAElementPrefix::DITAElementPrefix() |
19 { |
19 { |
20 //QDict<char> m_extToLang; |
20 //QDict<char> m_extToLang; |
21 //QDict<char> m_langToPrefix; |
21 //QDict<char> m_langToPrefix; |