X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=b7357478b387b2772d2625c9e7df4f6c23a15c3e;hp=d09491d68a4e466e683e4c4e6de02366b048bc66;hb=c25153fb17c4f0782b9ffc7206427a63ce096903;hpb=0f544c4b78f242a3ac985c69874c6e41493cb8f0;ds=inline diff --git a/mainwindow.h b/mainwindow.h index d09491d..b735747 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -75,7 +75,6 @@ private: QPushButton *btnClear; // Clear button QLineEdit *wordinput; // Word input QPushButton *btnLookup; // Lookup button - QLabel *labVerb; std::string langCode; FrenchVerbDictionary *freVerbDic; @@ -83,6 +82,7 @@ private: private slots: void clearResults(); + void startAgain(); };