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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp680 int iCountOfStartedMachineItems = 0; local
683 ++iCountOfStartedMachineItems;
686 QString strStartedMachineCount = tr("(%n running)", "Group item tool-tip / Running machine info", iCountOfStartedMachineItems);
689 QString strValue = !iCountOfStartedMachineItems ?

Completed in 139 milliseconds