qtconnectivity/examples/bluetooth/btchat
Marc Mutz 4d975c3ffc Port simple cases of count() to size()
The count() methods on QByteArray and QString are deprecated. The ones
on other Qt containers will likely follow soon, so port them all to
size().

The changes which also require int -> qsizetype will come in a
follow-up patch.

Pick-to: 6.3
Change-Id: I23e364019b9cfc457d93f4a3bb4660fe8d790da8
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2022-04-11 15:21:46 +02:00
..
doc Update screenshots in QtBluetooth Example documentation 2021-03-11 15:39:47 +01:00
CMakeLists.txt Improve examples CMakeLists.txt 2022-02-21 10:25:16 +01:00
btchat.pro Remove AndroidExtras dependencies and port to new Qt 6 Android APIs 2021-06-04 15:08:23 +03:00
chat.cpp Port simple cases of count() to size() 2022-04-11 15:21:46 +02:00
chat.h Clean up btchat example 2018-08-16 09:21:25 +00:00
chat.ui Beautify btchat: Leave focus on text input on send message 2021-02-15 13:07:28 +01:00
chatclient.cpp rename error signals to errorOccurred 2021-03-22 13:51:28 +01:00
chatclient.h Clean up btchat example 2018-08-16 09:21:25 +00:00
chatserver.cpp Use scoped enum for constants in QBluetoothUuid 2021-03-11 13:01:51 +01:00
chatserver.h Beautify btchat example: Print name of leaving clients 2021-02-15 13:06:59 +01:00
main.cpp Unify logging preparation across bluetooth examples 2021-02-25 17:12:46 +01:00
remoteselector.cpp Adapt btchat example for Android 2021-02-12 16:53:26 +01:00
remoteselector.h Adapt btchat example for Android 2021-02-12 16:53:26 +01:00
remoteselector.ui Adapt btchat example for Android 2021-02-12 16:53:26 +01:00