From 8b5561c7eebb1eb010d473806e41d9c419e8458c Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 19 Mar 2021 10:46:26 +0100 Subject: [PATCH] Tests: Clarify the course of actions when touching tst_toolsupport Change-Id: Ifc9caa8f1b05cd642c1bb57b0f37866de97ca2c2 Reviewed-by: Fabian Kosmale --- tests/auto/other/toolsupport/tst_toolsupport.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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.