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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1730 QString strFirstSuffix = strName.section('/', 1, -1); local
1731 QString strSecondSubName = strFirstSuffix.section('/', 0, 0);
1732 QString strSecondSuffix = strFirstSuffix.section('/', 1, -1);
1738 AssertMsg(!strFirstSuffix.isEmpty(), ("Invalid group name!"));
1744 UIGChooserItem *pFoundItem = getGroupItem(strFirstSuffix, pGroupItem, fAllGroupsOpened);
1761 return strSecondSuffix.isEmpty() ? pNewGroupItem : getGroupItem(strFirstSuffix, pNewGroupItem, fAllGroupsOpened);

Completed in 75 milliseconds