v0.5.2
This commit is contained in:
parent
3e8585aa93
commit
c1bdcbf963
48 changed files with 1333 additions and 1229 deletions
|
@ -295,6 +295,7 @@ void XHR::onReplyError(QNetworkReply::NetworkError code)
|
|||
emit this->error( bufferToString(), m_url,m_api, (int) code);
|
||||
buffer.clear();
|
||||
reply->deleteLater();
|
||||
if((downloadtype()=="contactlist")||(downloadtype()=="picturelist")){dlindex=dlindex+1;XHR::getlist();}
|
||||
}
|
||||
|
||||
void XHR::onReplySuccess()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue