summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-01-24 13:55:08 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-01-27 15:26:54 +0000
commit1aa64c4997d92f053ca211dc0992213c14db563d (patch)
tree20c84b786a20bf31a1006f17cc50c8c5fecbec3f
parent3f3dbf486c0300ebcab87faf43e2fce3c6639f16 (diff)
downloadqtdoc-1aa64c4997d92f053ca211dc0992213c14db563d.tar.gz
List Qt Quick Test as an essential module
Change-Id: I1101b500b7ace7b2f79adf363fc65815796fafb4 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--doc/src/qtmodules.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc
index 7e75576b..e73fbd77 100644
--- a/doc/src/qtmodules.qdoc
+++ b/doc/src/qtmodules.qdoc
@@ -86,6 +86,10 @@
\li Layouts are items that are used to arrange Qt Quick 2 based items in
the user interface.
\row
+ \li \l[QtQuickTest]{Qt Quick Test}
+ \li A unit test framework for QML applications, where the test cases
+ are written as JavaScript functions.
+ \row
\li \l[QtSql]{Qt SQL}
\li Classes for database integration using SQL.
\row