fix clear() (clear red/invalid status)

This commit is contained in:
Wladimir J. van der Laan
2011-07-22 17:06:37 +02:00
parent 174b3eddc0
commit 73cd5e5212
5 changed files with 16 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ public:
void setText(const QString &text);
QString text() const;
void clear();
bool validate();
// Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907)
// Hence we have to set it up manually