1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fixed crash introduced in previous commit ...

This commit is contained in:
nowrep 2012-03-26 18:13:03 +02:00
parent 4d96a6760c
commit b6af3bd7d3

View File

@ -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()