mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fear: add copy version
This commit is contained in:
@@ -149,13 +149,13 @@ void SendSystem::sendChangeVersion(StreamingVersionData* streamingVersion)
|
||||
socket->waitForReadyRead(100);
|
||||
}
|
||||
|
||||
void SendSystem::sendCopyVersion(StreamingVersionData *streamingVersion)
|
||||
void SendSystem::sendCopyVersion(QString streamingVersion)
|
||||
{
|
||||
QDataStream stream(socket);
|
||||
stream.setVersion(QDataStream::Qt_DefaultCompiledVersion);
|
||||
stream << PacketType::COPY_VERSION;
|
||||
|
||||
stream << streamingVersion->getViewName();
|
||||
stream << streamingVersion;
|
||||
}
|
||||
|
||||
SendSystem::~SendSystem()
|
||||
|
||||
Reference in New Issue
Block a user