mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 02:52:12 +01:00
PopupWebView: Fix window.close() handling
This commit is contained in:
parent
bde4b3ad0e
commit
288150ccf9
|
@ -56,7 +56,7 @@ void PopupWebView::loadInNewTab(const LoadRequest &req, Qz::NewTabPositionFlags
|
||||||
|
|
||||||
void PopupWebView::closeView()
|
void PopupWebView::closeView()
|
||||||
{
|
{
|
||||||
parentWidget()->close();
|
window()->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool PopupWebView::isFullScreen()
|
bool PopupWebView::isFullScreen()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user