if (entryList.length() <= 0)
return false;
- for (int i = 0; i < entryList.length(); i++) {
+ for (int i = 0; i < entryList.count(); ++i) {
currentElement = entryList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {
result = readExpression(currentElement);
QList<int> inQueryList;
inQueryList.clear();
- for (int i = 0; i < entryList.length(); i++) {
+ for (int i = 0; i < entryList.count(); ++i) {
currentElement = entryList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {
int no = 0;
if (entryList.length() <= 0)
return false;
- for (int i = 0; i < entryList.length(); i++) {
+ for (int i = 0; i < entryList.count(); ++i) {
currentElement = entryList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {
QString lang;
descriptions.clear();
- for (int i = 0; i < entryList.length(); i++) {
+ for (int i = 0; i < entryList.count(); ++i) {
currentElement = entryList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {
int no = 0;
descriptions.clear();
- for (int i = 0; i < entryList.length(); i++) {
+ for (int i = 0; i < entryList.count(); ++i) {
currentElement = entryList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {
int no = 0;
descriptions.clear();
- for (int i = 0; i < entryList.length(); i++) {
+ for (int i = 0; i < entryList.count(); ++i) {
currentElement = entryList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {
int no = 0;
QDomNodeList translationList = domElementParent.elementsByTagName(KV_TRANS);
- for (int i = 0; i < translationList.length(); i++)
+ for (int i = 0; i < translationList.count(); ++i)
{
currentElement = translationList.item(i).toElement();
if (currentElement.parentNode() == domElementParent) {