X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=gui%2Fconjugation.h;h=411dcc9b3e8074225674f77cd20c24f32b591ac9;hp=e9111de6ca1d9d6a005d3739c1f5188d618dea89;hb=dc026ba96117d25cfccb8a1de30341810bede0b0;hpb=fc65a0926de9cbfb2f55dd167860170ecc11a3c5 diff --git a/gui/conjugation.h b/gui/conjugation.h index e9111de..411dcc9 100644 --- a/gui/conjugation.h +++ b/gui/conjugation.h @@ -27,14 +27,17 @@ #include #include -#include -#include +#include +#include typedef std::vector VS; typedef std::vector VVS; typedef std::vector VVVS; - +#ifndef QT_NO_DEBUG +#include +#include +#endif /** Obtains the conjugation of the given infinitive. @param fvd verb dictionary from which to obtain @@ -50,6 +53,9 @@ void getConjugation(const verbiste::FrenchVerbDictionary &fvd, const std::string &infinitive, const std::string &tname, VVVS &dest, + #ifndef QT_NO_DEBUG + QElapsedTimer &timer, + #endif bool includePronouns = false);