mirror of
https://github.com/YACReader/yacreader
synced 2026-02-14 11:03:02 -05:00
fixed search line edit clearing when a modifier is present
This commit is contained in:
@ -15,6 +15,7 @@ class YACReaderSearchLineEdit : public QLineEdit
|
||||
|
||||
public:
|
||||
YACReaderSearchLineEdit(QWidget *parent = 0);
|
||||
const QString text();
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *);
|
||||
|
||||
Reference in New Issue
Block a user