152
152
it to display progress of the transfer. */
153
153
CShareBox * box = qobject_cast<CShareBox *>(sender());
155
connect(client, SIGNAL(Progress(int)), box, SLOT(OnProgress(int)));
156
connect(client, SIGNAL(Progress(int)), box, SLOT(OnProgress(int)));
157
connect(client, SIGNAL(Error(QString)), box, SLOT(OnError()));
157
160
client->Start(m_broadcast_server.GetMachine(id));