| 48 | } |
| 49 | |
| 50 | void YACReaderSearchLineEdit::clearText() |
| 51 | { |
| 52 | disconnect(this, &QLineEdit::textChanged, this, &YACReaderSearchLineEdit::processText); |
| 53 | clear(); |
| 54 | connect(this, &QLineEdit::textChanged, this, &YACReaderSearchLineEdit::processText); |
| 55 | } |
| 56 | |
| 57 | const QString YACReaderSearchLineEdit::text() |
| 58 | { |