fixed search line edit clearing when a modifier is present

This commit is contained in:
Luis Ángel San Martín
2014-10-28 10:16:31 +01:00
parent 10436200ac
commit b0d944e6b6
2 changed files with 11 additions and 2 deletions

View File

@ -15,6 +15,7 @@ class YACReaderSearchLineEdit : public QLineEdit
public:
YACReaderSearchLineEdit(QWidget *parent = 0);
const QString text();
protected:
void resizeEvent(QResizeEvent *);