mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
parent
9ed3554835
commit
caefbcfa02
@ -842,7 +842,7 @@ void WebView::checkForForm(QAction *action, const QPoint &pos)
|
||||
act->setVisible(true);
|
||||
act->setIcon(QIcon(QSL(":icons/menu/search-icon.png")));
|
||||
act->setText(tr("Create Search Engine"));
|
||||
connect(act, &QAction::triggered, this, &WebView::createSearchEngine);
|
||||
connect(act.data(), &QAction::triggered, this, &WebView::createSearchEngine);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user