Mercurial > clickerconvert
comparison src/converter.h @ 6:a10425e7ef98
Add free text handling
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 22 Mar 2016 15:15:39 +0100 |
parents | 8b4c49c92451 |
children | 927794e3cc52 |
comparison
equal
deleted
inserted
replaced
5:2559010c1202 | 6:a10425e7ef98 |
---|---|
71 mQuestionFmt, | 71 mQuestionFmt, |
72 mAnswerChoiceFmt, | 72 mAnswerChoiceFmt, |
73 mAnswerTextFmt, | 73 mAnswerTextFmt, |
74 mFreeTextFmt, | 74 mFreeTextFmt, |
75 mChoiceTextFmt, | 75 mChoiceTextFmt, |
76 mChoiceBarFmt, | |
77 mChoiceBarInactiveFmt, | |
78 mChoiceVotesFmt; | 76 mChoiceVotesFmt; |
79 }; | 77 }; |
80 | 78 |
81 #endif // CONVERTER_H | 79 #endif // CONVERTER_H |