From 2b1913a7cb0a117b81903741357b38a429613b32 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 9 Oct 2018 12:21:36 +0200 Subject: Doc: Clarify that BC does not apply to Qt Test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-17531 Change-Id: I59c02f456a16a48391247fdf7010358ad013c0ac Reviewed-by: Topi Reiniƶ Reviewed-by: Liang Qi --- src/testlib/doc/src/qttest-index.qdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/testlib') diff --git a/src/testlib/doc/src/qttest-index.qdoc b/src/testlib/doc/src/qttest-index.qdoc index 8c817b3653..6e4f954034 100644 --- a/src/testlib/doc/src/qttest-index.qdoc +++ b/src/testlib/doc/src/qttest-index.qdoc @@ -35,6 +35,11 @@ and the \l QAbstractItemModelTester allows for non-destructive testing of item models. + \note There is no binary compatibility guarantee for the Qt Test module. + This means that an application that uses Qt Test is only guaranteed + to work with the Qt version it was developed against. However, source + compatibility is guaranteed. + \section1 Getting Started To enable Qt Test in a project, add this directive into the C++ files: -- cgit v1.2.3