Change the debug directive.
[mverbiste] / mainwindow.h
index d09491d..f4ac2e1 100644 (file)
 #include <string.h>
 #include <verbiste/FrenchVerbDictionary.h>
 #include "gui/conjugation.h"
+
+#ifndef QT_NO_DEBUG
+#include <QDebug>
+#endif
+
 using namespace verbiste;
 
 namespace Ui {
@@ -75,7 +80,6 @@ private:
     QPushButton *btnClear;           // Clear button
     QLineEdit   *wordinput;          //  Word input
     QPushButton *btnLookup;          // Lookup button
-    QLabel      *labVerb;
     std::string langCode;
     FrenchVerbDictionary *freVerbDic;
 
@@ -83,6 +87,7 @@ private:
 
 private slots:
     void clearResults();
+    void startAgain();
 };