:
This commit is contained in:
parent
4f18421506
commit
64f56d78fc
1 changed files with 1 additions and 2 deletions
|
@ -205,11 +205,10 @@ void jceSSLClient::readItAll()
|
|||
p = read(bytesAvailable());
|
||||
if (p.contains("</tbody>") == true)
|
||||
{
|
||||
qDebug() << "we have the end!";
|
||||
//we recieved the end of table. we can stop recieving
|
||||
timer.setInterval(1000);
|
||||
}
|
||||
this->progressBar->setValue(this->progressBar->value() + 6);
|
||||
// qDebug() << "p lenght" << p.length();
|
||||
packet.append(p);
|
||||
}while (p.size() > 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue