Searched defs:iMaxSnapShotIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp844 int iMaxSnapShotIndex = 0; local
853 iMaxSnapShotIndex = regExp.cap(1).toInt() > iMaxSnapShotIndex ? regExp.cap(1).toInt() : iMaxSnapShotIndex;
856 pDlg->mLeName->setText(snapShotName.arg(iMaxSnapShotIndex + 1));

Completed in 45 milliseconds