X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=c02a6cb7ca28f93e8a22ec9949f07e619cf2fb07;hp=d09491d68a4e466e683e4c4e6de02366b048bc66;hb=24c4175dd69b2b8e87506247a34d4e765d86bb31;hpb=0f544c4b78f242a3ac985c69874c6e41493cb8f0 diff --git a/mainwindow.h b/mainwindow.h index d09491d..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 { @@ -75,14 +81,17 @@ private: QPushButton *btnClear; // Clear button QLineEdit *wordinput; // Word input QPushButton *btnLookup; // Lookup button - QLabel *labVerb; std::string langCode; FrenchVerbDictionary *freVerbDic; ResultPage* addResultPage(const std::string &labelText); +#ifndef QT_NO_DEBUG + QElapsedTimer timer; +#endif private slots: void clearResults(); + void startAgain(); };