Fixed errors parsing.
This commit is contained in:
@@ -87,6 +87,7 @@ void EetSender::sendRequest(EetRequest *request)
|
||||
else
|
||||
{
|
||||
m_resut->setStatus(EetResult::OFFLINE);
|
||||
m_timer->stop();
|
||||
emit sendFinished();
|
||||
}
|
||||
}
|
||||
@@ -222,7 +223,7 @@ void EetSender::replyFinished(QNetworkReply *reply)
|
||||
|
||||
mesg->setCode(result.toInt());
|
||||
|
||||
queryString = "./text(.)";
|
||||
queryString = "./string()";
|
||||
q.setQuery(ms_nsDef + queryString);
|
||||
q.setFocus(item);
|
||||
q.evaluateTo(&result);
|
||||
@@ -278,7 +279,7 @@ void EetSender::replyFinished(QNetworkReply *reply)
|
||||
|
||||
mesg->setCode(result.toInt());
|
||||
|
||||
queryString = "./text(.)";
|
||||
queryString = "./string()";
|
||||
q.setQuery(ms_nsDef + queryString);
|
||||
q.setFocus(item);
|
||||
q.evaluateTo(&result);
|
||||
|
||||
Reference in New Issue
Block a user