mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Use QLineEdit built-in ClearButton (Qt5 only)
This commit is contained in:
committed by
sledgehammer999
parent
fbed5dc606
commit
c1e52fa1cd
@@ -64,7 +64,7 @@
|
||||
/*SEARCH ENGINE START*/
|
||||
SearchEngine::SearchEngine(MainWindow* parent)
|
||||
: QWidget(parent)
|
||||
, search_pattern(new LineEdit)
|
||||
, search_pattern(new LineEdit(this))
|
||||
, mp_mainWindow(parent)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user