Build with Qt 4.7. Add some debug directives.
[mverbiste] / gui / conjugation.cpp
index b37ed8a..781a76a 100644 (file)
@@ -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;