none
This commit is contained in:
parent
62a8bff555
commit
28a78adf9d
@ -108,7 +108,7 @@ bool SDHXMLHandler::endElement(const QString & /* namespaceURI */,
|
|||||||
} else if (qName == "S") {
|
} else if (qName == "S") {
|
||||||
slack = atoi((const char *)currentText.toAscii());
|
slack = atoi((const char *)currentText.toAscii());
|
||||||
} else if (qName == "C") {
|
} else if (qName == "C") {
|
||||||
SearchDataClauseSimple *c;
|
SearchDataClause *c;
|
||||||
if (whatclause == "AND" || whatclause.isEmpty()) {
|
if (whatclause == "AND" || whatclause.isEmpty()) {
|
||||||
c = new SearchDataClauseSimple(SCLT_AND, text, field);
|
c = new SearchDataClauseSimple(SCLT_AND, text, field);
|
||||||
} else if (whatclause == "OR") {
|
} else if (whatclause == "OR") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user