qtconnectivity/tests
Marc Mutz 9aa00a81fd Port from container::count() and length() to size()
This is a semantic patch using ClangTidyTransformator as in
qtbase/df9d882d41b741fef7c5beeddb0abe9d904443d8:

  auto QtContainerClass = expr(hasType(namedDecl(hasAnyName(<classes>)))).bind(o)
  makeRule(cxxMemberCallExpr(on(QtContainerClass),
                             callee(cxxMethodDecl(hasAnyName({"count", "length"),
                                                  parameterCountIs(0))))),
           changeTo(cat(access(o, cat("size"), "()"))),
           cat("use 'size()' instead of 'count()/length()'"))

a.k.a qt-port-to-std-compatible-api with config Scope: 'Container',
with the extended set of container classes recognized.

Change-Id: If19e46acd9ceccaa8af43bf02c5ba30f52163108
Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
2022-10-06 13:19:37 +02:00
..
auto Port from container::count() and length() to size() 2022-10-06 13:19:37 +02:00
bluetoothtestdevice Add tst_qlowenergycontroller_device::testRepeatedCharacteristicsWrite() 2022-08-26 12:50:02 +02:00
bttestui Port from container::count() and length() to size() 2022-10-06 13:19:37 +02:00
global bic: Add 5.{2,3,4}.0 bic data for QtBluetooth and QtNfc 2015-02-17 06:47:29 +00:00
manual Add Android support for BT LE RSSI read 2022-09-13 09:26:38 +03:00
shared Skip few Bluetooth autotests on Android emulator 2022-09-27 08:54:38 +03:00
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 15:42:36 +02:00