Mercurial > clickerconvert
comparison src/converter.h @ 25:e5c5ebfa4205
Refactor to centralise html tags
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 11 Apr 2016 11:24:17 +0200 |
parents | 927794e3cc52 |
children | 5354cbda7188 |
comparison
equal
deleted
inserted
replaced
24:1470cb8a00a8 | 25:e5c5ebfa4205 |
---|---|
80 mQuestionStyle, | 80 mQuestionStyle, |
81 mAnswerChoiceStyle, | 81 mAnswerChoiceStyle, |
82 mAnswerTextStyle, | 82 mAnswerTextStyle, |
83 mFreeTextStyle, | 83 mFreeTextStyle, |
84 mChoiceTextStyle, | 84 mChoiceTextStyle, |
85 mChoiceVotesStyle; | 85 mChoiceVotesStyle, |
86 mEmptyRow; | |
86 }; | 87 }; |
87 | 88 |
88 #endif // CONVERTER_H | 89 #endif // CONVERTER_H |