24 QString::number(packagesCount) +
25 " Packages command: " +
26 QString::number(_command);
34 packagesCount = newPackagesCount;
40 stream >> packagesCount;
49 stream << packagesCount;
60 _command = newCommand;
QDataStream & fromStream(QDataStream &stream) override
fromStream This method should be read all bytes from the stream object and full the current object.
QString toString() const override
bool isValid() const override
isValid This method check current object to valid.
QDataStream & toStream(QDataStream &stream) const override
fromStream This method should be write all members of the current object to the stream object.
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...