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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1573 QString strLastFolder; local
1581 strLastFolder = gEDataManager->recentFolderForHardDrives();
1582 if (strLastFolder.isEmpty())
1583 strLastFolder = gEDataManager->recentFolderForOpticalDisks();
1584 if (strLastFolder.isEmpty())
1585 strLastFolder = gEDataManager->recentFolderForFloppyDisks();
1593 strLastFolder = gEDataManager->recentFolderForOpticalDisks();
1594 if (strLastFolder.isEmpty())
1595 strLastFolder = gEDataManager->recentFolderForFloppyDisks();
1596 if (strLastFolder
[all...]

Completed in 134 milliseconds