X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=c02a6cb7ca28f93e8a22ec9949f07e619cf2fb07;hp=b7357478b387b2772d2625c9e7df4f6c23a15c3e;hb=24c4175dd69b2b8e87506247a34d4e765d86bb31;hpb=c25153fb17c4f0782b9ffc7206427a63ce096903 diff --git a/mainwindow.h b/mainwindow.h index b735747..c02a6cb 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -16,6 +16,12 @@ #include #include #include "gui/conjugation.h" + +#ifndef QT_NO_DEBUG +#include +#include +#endif + using namespace verbiste; namespace Ui { @@ -79,6 +85,9 @@ private: FrenchVerbDictionary *freVerbDic; ResultPage* addResultPage(const std::string &labelText); +#ifndef QT_NO_DEBUG + QElapsedTimer timer; +#endif private slots: void clearResults();