mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[TabbedWebView] No need to override stop() method
This commit is contained in:
parent
db2d879717
commit
64b53baee3
|
@ -231,12 +231,6 @@ void TabbedWebView::contextMenuEvent(QContextMenuEvent* event)
|
|||
WebView::contextMenuEvent(event);
|
||||
}
|
||||
|
||||
void TabbedWebView::stop()
|
||||
{
|
||||
triggerPageAction(QWebPage::Stop);
|
||||
slotLoadFinished();
|
||||
}
|
||||
|
||||
void TabbedWebView::closeView()
|
||||
{
|
||||
emit wantsCloseTab(tabIndex());
|
||||
|
|
|
@ -59,8 +59,6 @@ public slots:
|
|||
void titleChanged();
|
||||
void setAsCurrentTab();
|
||||
|
||||
void stop();
|
||||
|
||||
void slotLoadStarted();
|
||||
void loadProgress(int prog);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user