mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-20 02:05:32 -04:00
Version 0.16.1
- fixed a serious bug in section rebuild process - opening search windows sets text focus into search edit box
This commit is contained in:
parent
1fedb2becf
commit
5789e2f9e6
15 changed files with 641 additions and 670 deletions
|
@ -23,11 +23,11 @@ class SearchDialog : public QDialog
|
|||
|
||||
public:
|
||||
SearchDialog(QWidget *parent = 0);
|
||||
~SearchDialog();
|
||||
Ui::SearchDialog* ui;
|
||||
~SearchDialog();
|
||||
Ui::SearchDialog* ui;
|
||||
|
||||
private slots:
|
||||
//void setEditMask();
|
||||
//void setEditMask();
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue