mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 02:52:12 +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);
|
WebView::contextMenuEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabbedWebView::stop()
|
|
||||||
{
|
|
||||||
triggerPageAction(QWebPage::Stop);
|
|
||||||
slotLoadFinished();
|
|
||||||
}
|
|
||||||
|
|
||||||
void TabbedWebView::closeView()
|
void TabbedWebView::closeView()
|
||||||
{
|
{
|
||||||
emit wantsCloseTab(tabIndex());
|
emit wantsCloseTab(tabIndex());
|
||||||
|
|
|
@ -59,8 +59,6 @@ public slots:
|
||||||
void titleChanged();
|
void titleChanged();
|
||||||
void setAsCurrentTab();
|
void setAsCurrentTab();
|
||||||
|
|
||||||
void stop();
|
|
||||||
|
|
||||||
void slotLoadStarted();
|
void slotLoadStarted();
|
||||||
void loadProgress(int prog);
|
void loadProgress(int prog);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user