Home
last modified time | relevance | path

Searched refs:xmlSourceIndex (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dcollectionrebuilder.cpp601 int xmlSourceIndex = index - 1; in rebuilderThread_rebuildFinished() local
603 if ( xmlSourceIndex >= 0 && xmlSourceIndex < checkpointList.count() ) { in rebuilderThread_rebuildFinished()
604 checkpointList.replace(xmlSourceIndex, QString::number(cp)); in rebuilderThread_rebuildFinished()
608 if ( xmlSourceIndex < softwareCheckpointList.count() ) { in rebuilderThread_rebuildFinished()
1183 if ( xmlSourceIndex == 0 ) in setCheckpoint()
1185 …else if ( xmlSourceIndex > 0 && xmlSourceIndex < rebuilderDialog()->comboBoxXmlSource->count() - 1… in setCheckpoint()
1186 xmlSourceIndex -= 1; in setCheckpoint()
1188 checkpointList.replace(xmlSourceIndex, QString::number(checkpoint())); in setCheckpoint()
1196 if ( xmlSourceIndex > 0 && xmlSourceIndex < rebuilderDialog()->comboBoxXmlSource->count() - 1 ) { in setListCheckpoint()
1197 xmlSourceIndex -= 1; in setListCheckpoint()
[all …]
H A Dcollectionrebuilder.h79 void setCheckpoint(qint64 cp, int xmlSourceIndex);
80 void setListCheckpoint(QString list, int xmlSourceIndex);