projects
/
mverbiste
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Show conjugated results.
[mverbiste]
/
mainwindow.h
diff --git
a/mainwindow.h
b/mainwindow.h
index
d09491d
..
b735747
100644
(file)
--- a/
mainwindow.h
+++ b/
mainwindow.h
@@
-75,7
+75,6
@@
private:
QPushButton *btnClear; // Clear button
QLineEdit *wordinput; // Word input
QPushButton *btnLookup; // Lookup button
QPushButton *btnClear; // Clear button
QLineEdit *wordinput; // Word input
QPushButton *btnLookup; // Lookup button
- QLabel *labVerb;
std::string langCode;
FrenchVerbDictionary *freVerbDic;
std::string langCode;
FrenchVerbDictionary *freVerbDic;
@@
-83,6
+82,7
@@
private:
private slots:
void clearResults();
private slots:
void clearResults();
+ void startAgain();
};
};