24 return QString(
"Wrapper of : %0").arg(_data->
toString());
25 return QString(
"Wrapper of : null");
The AbstractData class is provide base functions for transport data by network For create you own pac...
QString toString() const override
toString - Return a string implementation for this object.
QDataStream & fromStream(QDataStream &stream) override
fromStream This method should be read all bytes from the stream object and full the current object.
QDataStream & toStream(QDataStream &stream) const override
fromStream This method should be write all members of the current object to the stream object.
QString toString() const override
void setData(const AbstractData *newData)
setData This method sets new data for this wrapper.
const AbstractData * data() const
data This method sets data that shold be sent as big data.
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...