diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-11-18 14:47:25 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-11-18 14:50:27 (GMT) |
commit | 22ba574eef8c9412b63efb1126e2f432367c7061 (patch) | |
tree | edfc7639266060f120e96259a03883105480826a | |
parent | d3b441ba674889a84b61260cd037a48caead0791 (diff) | |
download | Qt-22ba574eef8c9412b63efb1126e2f432367c7061.zip Qt-22ba574eef8c9412b63efb1126e2f432367c7061.tar.gz Qt-22ba574eef8c9412b63efb1126e2f432367c7061.tar.bz2 |
Doc: Add link to "Making Applications Scriptable" from QtScript module page
Make the information easier to find. There are many places that
refer to the QtScript module page for more information, but after
the documentation was recently restructured, all that information
now resides on the "Making Applications Scriptable" page.
This issue was also reported on the qt4-preview-feedback mailing
list.
Reviewed-by: David Boddie
-rw-r--r-- | doc/src/modules.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/modules.qdoc b/doc/src/modules.qdoc index ef29990..94cab58 100644 --- a/doc/src/modules.qdoc +++ b/doc/src/modules.qdoc @@ -314,6 +314,10 @@ \snippet doc/src/snippets/code/doc_src_qtscript.qdoc 1 + For detailed information on how to make your application + scriptable with QtScript, see \l{Making Applications + Scriptable}. + The QtScript module is part of the \l{Qt Full Framework Edition} and the \l{Open Source Versions of Qt}. |