CC
Size: a a a
CC
RG
I
ИК
ИК
I
I
ИК
CC
ПК
I
ПК
ПК
ПК
Е
inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }
O
std::shared_ptr
dp
AS
inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }
Е
👀