diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-04-02 11:26:06 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-04-02 11:26:53 (GMT) |
commit | 975a9ed5ee3de9c720cc103923fe1a4f6665a4c6 (patch) | |
tree | d27253cfc3f68b4d4e444c5cd63131369bb9ad87 /src/3rdparty | |
parent | ca582d6cb205461cfcdf448749b46ee654faa5fd (diff) | |
download | Qt-975a9ed5ee3de9c720cc103923fe1a4f6665a4c6.zip Qt-975a9ed5ee3de9c720cc103923fe1a4f6665a4c6.tar.gz Qt-975a9ed5ee3de9c720cc103923fe1a4f6665a4c6.tar.bz2 |
Doc - fixing a broken link in the documentation of QWebPage
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp b/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp index de37383..14288e2 100644 --- a/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp +++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp @@ -1095,7 +1095,7 @@ QVariant QWebPage::inputMethodQuery(Qt::InputMethodQuery property) const This enum describes the types of action which can be performed on the web page. Actions only have an effect when they are applicable. The availability of - actions can be be determined by checking \l{QAction::}{enabled()} on the + actions can be be determined by checking \l{QAction::}{isEnabled()} on the action returned by \l{QWebPage::}{action()}. One method of enabling the text editing, cursor movement, and text selection actions |