X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=gui%2Fconjugation.h;fp=gui%2Fconjugation.h;h=88062c8eb8b44bd3b05c7e9bd74320e60cf6e1b8;hp=411dcc9b3e8074225674f77cd20c24f32b591ac9;hb=020dbb01b0536d7566016c6f8e0a7f7bae3f0752;hpb=c25581650ae1b331ada3a98d19aae51ce9edc75b;ds=sidebyside diff --git a/gui/conjugation.h b/gui/conjugation.h index 411dcc9..88062c8 100644 --- a/gui/conjugation.h +++ b/gui/conjugation.h @@ -50,13 +50,10 @@ typedef std::vector VVVS; modes where pronouns are used */ 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); + const std::string &infinitive, + const std::string &tname, + VVVS &dest, + bool includePronouns = false); /** Get the tense name for a certain cell of the conjugation table.