X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=gui%2Fconjugation.cpp;h=781a76a81f8f400ec35661d1025c6054f0cc0f0f;hp=b37ed8a388d029a1d900c0e9ec9b9ae2d994551e;hb=dc026ba96117d25cfccb8a1de30341810bede0b0;hpb=fc65a0926de9cbfb2f55dd167860170ecc11a3c5 diff --git a/gui/conjugation.cpp b/gui/conjugation.cpp index b37ed8a..781a76a 100644 --- a/gui/conjugation.cpp +++ b/gui/conjugation.cpp @@ -38,8 +38,14 @@ getConjugation(const FrenchVerbDictionary &fvd, const string &infinitive, const string &tname, VVVS &dest, + #ifndef QT_NO_DEBUG + QElapsedTimer &timer, + #endif bool includePronouns) { +#ifndef QT_NO_DEBUG + qDebug() << " *>> Inside getConjugation " << timer.elapsed(); +#endif const TemplateSpec *templ = fvd.getTemplate(tname); if (templ == NULL) return;