Files
qt-creator/tests/auto
Christian Kandeler 33108795d6 CppTools: Turn some classes into pure value types
ProjectInfo, ProjectPart and ProjectUpdateInfo used to carry pointers
to Project and/or Toolchain, even though they were used in contexts
where these pointers were either unsafe to access or not guaranteed to
be valid anymore, which made their use difficult and error-prone.
We turn these classes into pure value types by copying in all relevant
information before the first async operation takes place.

Fixes: QTCREATORBUG-25678
Change-Id: I1914b0dbda6c7dfba6c95e5e92f2d69977755590
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2021-08-13 12:35:49 +00:00
..
2019-05-17 13:33:28 +00:00
2020-10-30 15:15:25 +00:00
2019-05-17 13:33:28 +00:00
2021-08-09 09:34:38 +00:00
2020-10-30 15:15:25 +00:00
2020-10-30 15:15:25 +00:00
2019-05-17 13:33:28 +00:00
2021-04-30 08:17:59 +00:00
2021-07-15 19:29:14 +00:00
2016-03-22 14:19:07 +00:00