mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fixed crash introduced in previous commit ...
This commit is contained in:
parent
4d96a6760c
commit
b6af3bd7d3
|
@ -52,7 +52,7 @@ SearchToolBar::SearchToolBar(QupZilla* mainClass, QWidget* parent)
|
|||
QShortcut* findPreviousAction = new QShortcut(QKeySequence("Shift+F3"), this);
|
||||
connect(findPreviousAction, SIGNAL(activated()), this, SLOT(findPrevious()));
|
||||
|
||||
parent->installEventFilter(this);
|
||||
mainClass->installEventFilter(this);
|
||||
}
|
||||
|
||||
QLineEdit* SearchToolBar::searchLine()
|
||||
|
|
Loading…
Reference in New Issue
Block a user