Commit 279fc6ce authored by Sze Howe Koh's avatar Sze Howe Koh Committed by The Qt Project
Browse files

Doc: Fix broken links and "Cannot find base function" errors


"qtgui" dependency is not needed, but others are.

Change-Id: I883f0c3dd2c41b9073231bae5b1eccffc76e140c
Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
Showing with 3 additions and 3 deletions
......@@ -252,7 +252,7 @@ bool QAxBindable::writeData(QIODevice *sink)
in your subclass (unless you use QPointer), as the QWidget can
be destroyed by the ActiveQt framework at any time.
\sa QAxBindable, QAxFactory, {Qt's ActiveX Framework (ActiveQt)}
\sa QAxBindable, QAxFactory, {Active Qt}
*/
/*!
......
......@@ -32,7 +32,7 @@ qhp.ActiveQt.subprojects.qaxserverclasses.sortPages = true
tagfile = ../../../doc/activeqt/activeqt.tags
depends += qtcore qtgui qtdoc
depends += qtcore qtdesigner qtdoc qtopengl qtscript qtwidgets
headerdirs += ..
......
......@@ -306,7 +306,7 @@
since this includes subclasses of QObject and QWidget we can wrap
any of our datatypes into a QObject subclass to make its API
available to .NET. This has the positive side effect that the same
API is automatically available when using \l QtScript to automate
API is automatically available when using \l {Qt Script} to automate
Qt applications and to COM clients in general.
When using the "IJW" method, in principle the only limitation is the
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment