From d685987807e5c1ae1466593525a6bd213f53b887 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Mon, 5 Sep 2016 16:35:44 +0300 Subject: Fixed documentation of QWebSettings::JavascriptCanOpenWindows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1e22cba3fb1807302ad2fa868e875d762a369ac0 Reviewed-by: Florian Bruhin Reviewed-by: Michael BrĂ¼ning --- Source/WebKit/qt/Api/qwebsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WebKit/qt/Api/qwebsettings.cpp b/Source/WebKit/qt/Api/qwebsettings.cpp index 363f58f78..d3a864262 100644 --- a/Source/WebKit/qt/Api/qwebsettings.cpp +++ b/Source/WebKit/qt/Api/qwebsettings.cpp @@ -455,7 +455,7 @@ QWebSettings* QWebSettings::globalSettings() \value PrivateBrowsingEnabled Private browsing prevents WebKit from recording visited pages in the history and storing web page icons. This is disabled by default. \value JavascriptCanOpenWindows Specifies whether JavaScript programs - can open new windows. This is disabled by default. + can open popup windows without user interaction. This is disabled by default. \value JavascriptCanCloseWindows Specifies whether JavaScript programs can close windows. This is disabled by default. \value JavascriptCanAccessClipboard Specifies whether JavaScript programs -- cgit v1.2.3