qt6-bb10/src
Mårten Nordheim 1352e294d2 QTest: Rename QCOMPARE_XX parameters to add meaning
The parameter names were previously "lhs" and "rhs", which is incredibly
abstract for a testing framework. One of the parameters will tend to be
a baseline value to compare against while the other is the result of
some action we want to test. Thus I suggest they be renamed "computed"
and "baseline".

This way we can, hopefully, retain the semantic that the 'left'/first
argument is the computed ('actual' in QCOMPARE) value while the
'right'/second argument is the baseline ('expected' in QCOMPARE.)

Change-Id: I3e0fdce2a3f1faca06fdf7184ef6e0eb9724d990
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-03-08 15:10:21 +01:00
..
3rdparty Update to Freetype 2.13.0 2023-03-01 06:37:31 +01:00
android Document tracing location android meta-data 2023-03-01 17:36:05 +02:00
concurrent QtConcurrent: yield CPU when spinning on atomics 2023-02-28 16:49:42 +01:00
corelib Doc: Update docs to reflect method being renamed 2023-03-08 08:49:02 +00:00
dbus QDBusError: don't refer to a QT_NAMESPACE'ed get() as ::get() 2023-03-05 21:57:21 +01:00
entrypoint src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
gui rhi: Clean up 1D and 3D texture feature flags 2023-03-07 16:48:32 +01:00
network QNetworkInterface/Unix: replace one Q_ASSERT with static_asserts 2023-03-04 10:59:44 -08:00
opengl Avoid incomplete textures in GL paint engine 2023-03-02 17:39:10 +00:00
openglwidgets Doc: fix QOpenGLWidget::defaultFramebufferObject documentation 2023-03-05 06:00:11 +01:00
platformsupport src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
plugins macOS: Remove content border thickness members from QCocoaWindow 2023-03-08 01:22:19 +01:00
printsupport Fix build with -no-feature-lineedit 2023-03-04 09:45:21 +00:00
sql SQL/ODBC: Return all native error codes 2023-03-07 22:09:28 +01:00
testlib QTest: Rename QCOMPARE_XX parameters to add meaning 2023-03-08 15:10:21 +01:00
tools Doc: Remove duplicate words 2023-02-28 16:53:10 +00:00
widgets Fix build with -no-feature-animation 2023-03-04 09:45:41 +00:00
xml src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00
CMakeLists.txt src: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-10 23:36:51 +01:00