Searched defs:strFirstSuffix (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserModel.cpp | 1730 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 763 milliseconds