summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qmatrix4x4.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-10-17 07:31:42 -0700
committerLars Knoll <lars.knoll@qt.io>2017-10-29 10:13:13 +0000
commit0e0f656f5031585c6b691d80057dfdc00bc48400 (patch)
treea1924fa5e8e0ea3ab5bfc264c9b1b82583f0827e /src/gui/math3d/qmatrix4x4.h
parent81f251660026fff198daf8920edc62bbc782ff7d (diff)
Mark the previously public qstringalgorithms.h functions private
Discussed during Qt Contributor Summit 2017. We concluded that we don't want to make these functions public, as they do not follow Qt coding style API. Specifically, qStartsWith(a, b) is not easily understood which argument is the needle and which argument is the haystack (same problem memcpy() has). Compare that to a.startsWith(b) which can clearly be read in English as a subject-verb-object sentence. This commit removes the unit tests that called compare(). Discussed-on: http://lists.qt-project.org/pipermail/development/2017-October/031060.html Change-Id: Icaa86fc7b54d4b368c0efffd14ee6205eb9043fb Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/gui/math3d/qmatrix4x4.h')
0 files changed, 0 insertions, 0 deletions