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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.cpp960 void UIMachineSettingsDisplay::lookForCorrespondingPreset(QComboBox *pWhere, const QVariant &whichData) argument
963 int iLookupResult = pWhere->findData(whichData);
964 if (iLookupResult != -1 && pWhere->currentIndex() != iLookupResult)
965 pWhere->setCurrentIndex(iLookupResult);
966 else if (iLookupResult == -1 && pWhere->currentIndex() != 0)
967 pWhere->setCurrentIndex(0);

Completed in 43 milliseconds