summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-09-05 16:35:44 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2016-09-06 08:53:17 +0000
commitd685987807e5c1ae1466593525a6bd213f53b887 (patch)
treef718dcf608d84146445e8d6f8da46f81f6188665
parentbb43bca1664721401c3a2c25b585913bb5e8cb4f (diff)
downloadqtwebkit-d685987807e5c1ae1466593525a6bd213f53b887.tar.gz
Fixed documentation of QWebSettings::JavascriptCanOpenWindows
Change-Id: I1e22cba3fb1807302ad2fa868e875d762a369ac0 Reviewed-by: Florian Bruhin <qt-project.org@the-compiler.org> Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
-rw-r--r--Source/WebKit/qt/Api/qwebsettings.cpp2
1 files changed, 1 insertions, 1 deletions
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