OSDN Git Service

remove unused and ambiguous QDataStream operators
authorIvailo Monev <xakepa10@gmail.com>
Mon, 31 Oct 2022 05:30:05 +0000 (07:30 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 31 Oct 2022 05:30:05 +0000 (07:30 +0200)
commit737752f5972508934cc85203c93d20fec48c65df
tree9e2478174585be0e15d8027a797fe67532d52c62
parent655f45c943c5ae4fad930263b2e9755d6da77ff3
remove unused and ambiguous QDataStream operators

QByteArray has implicit char* operator which could result in code that is
sub-optimal

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/io/qdatastream.cpp
src/core/io/qdatastream.h
src/core/tools/qbytearray.cpp
src/core/tools/qstring.cpp
tests/auto/qdatastream/tst_qdatastream.cpp