From 64f56d78fc9c2bc8719231ab7b5118a994e936bc Mon Sep 17 00:00:00 2001 From: liranbg Date: Sat, 4 Oct 2014 03:51:37 +0300 Subject: [PATCH] : --- src/jceConnection/jcesslclient.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/jceConnection/jcesslclient.cpp b/src/jceConnection/jcesslclient.cpp index c2b5b07..1e24a92 100644 --- a/src/jceConnection/jcesslclient.cpp +++ b/src/jceConnection/jcesslclient.cpp @@ -205,11 +205,10 @@ void jceSSLClient::readItAll() p = read(bytesAvailable()); if (p.contains("") == 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); }