summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2021-03-19 10:46:26 +0100
committerhjk <hjk@qt.io>2021-03-19 13:07:03 +0100
commit8b5561c7eebb1eb010d473806e41d9c419e8458c (patch)
tree319990335f5ec4e4303b4d571cc0fef5a7007cb3 /tests/auto/other
parente4bd73dc54542fe16121825c2a369b7f863e0de8 (diff)
Tests: Clarify the course of actions when touching tst_toolsupport
Change-Id: Ifc9caa8f1b05cd642c1bb57b0f37866de97ca2c2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/toolsupport/tst_toolsupport.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/other/toolsupport/tst_toolsupport.cpp b/tests/auto/other/toolsupport/tst_toolsupport.cpp
index 8860cd7840..91c3ef0149 100644
--- a/tests/auto/other/toolsupport/tst_toolsupport.cpp
+++ b/tests/auto/other/toolsupport/tst_toolsupport.cpp
@@ -36,6 +36,10 @@
// the TypeInformationVersion field in src/corelib/global/qhooks.cpp
// in the same commit as the modification to the private class.
//
+// Please also notify downstream users of the information checked here
+// such as Qt Creator developers, of such a change by putting them
+// on Cc: on the respective change on gerrit.
+//
// Don't do this at home. This is test code, not production.