summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/webbrowser/doc/src/webbrowser.qdoc')
-rw-r--r--examples/activeqt/webbrowser/doc/src/webbrowser.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc b/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
index be1ff34..07c2ef7 100644
--- a/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
+++ b/examples/activeqt/webbrowser/doc/src/webbrowser.qdoc
@@ -51,9 +51,7 @@
\snippet activeqt/webbrowser/main.cpp 1
The constructor initializes the user interface, installs a
- progress bar on the status bar, and uses QAxBase::dynamicCall()
- to invoke the \c GoHome() method of Internet Explorer to
- navigate to the user's home page.
+ progress bar on the status bar, and loads the bookmarks.
\snippet activeqt/webbrowser/main.cpp 2
Different slots handle the signals emitted by the WebBrowser object.