Use default for PacketBuffer copy constructor and assignment operator

Authored by aacid on Aug 13 2019, 10:32 PM.

Description

Use default for PacketBuffer copy constructor and assignment operator

The existing copy constructor was doing the same than the default one
but by hand, and gcc was complaining that it got to use the default
operator= with a copy contructor being defined (since that usually means
you forgot to implement that operator=)

Details

Committed
aacidAug 13 2019, 10:32 PM
Parents
R472:786edee9de3d: Stop using deprecated Qt functions
Branches
Unknown
Tags
Unknown