diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2015-02-26 16:42:10 +0100 |
---|---|---|
committer | Sergio Ahumada <sahumada@texla.cl> | 2015-02-27 09:27:13 +0000 |
commit | e78643dc0a9e276480afa5de98006c4979fb0125 (patch) | |
tree | d44fa8932e7bc91e6df6284670604629d752d7d9 /src/widgets/doc/src/modelview.qdoc | |
parent | a782369071db1d89448c0b94248d31fa877bcf8c (diff) | |
download | qtbase-e78643dc0a9e276480afa5de98006c4979fb0125.tar.gz |
Replace old qt-project.org wiki with wiki.qt.io
Change-Id: If6c05a5b1f60e97c64f3d6b64041a84c3af82964
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/widgets/doc/src/modelview.qdoc')
-rw-r--r-- | src/widgets/doc/src/modelview.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/src/modelview.qdoc b/src/widgets/doc/src/modelview.qdoc index 3b33e21ec2..31a24204fe 100644 --- a/src/widgets/doc/src/modelview.qdoc +++ b/src/widgets/doc/src/modelview.qdoc @@ -576,7 +576,7 @@ problem. Qt Labs provides software called - \l{http://qt-project.org/wiki/Model_Test}{ModelTest}, + \l{http://wiki.qt.io/?title=Model_Test}{ModelTest}, which checks models while your programming is running. Every time the model is changed, ModelTest scans the model and reports errors with an assert. This is especially important for tree models, since their hierarchical |