Changeset 86760 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 29, 2020 2:30:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp
r86759 r86760 1914 1914 foreach (UIChooserItemMachine *pMachineItem, machineItems) 1915 1915 { 1916 /* Compose cloud entity keys for profile : */1916 /* Compose cloud entity keys for profile and machine: */ 1917 1917 const QString strProviderShortName = pMachineItem->parentItem()->parentItem()->name(); 1918 1918 const QString strProfileName = pMachineItem->parentItem()->name(); 1919 const QUuid uMachineId = pMachineItem->id(); 1919 1920 const UICloudEntityKey cloudEntityKeyForProfile = UICloudEntityKey(strProviderShortName, strProfileName); 1921 const UICloudEntityKey cloudEntityKeyForMachine = UICloudEntityKey(strProviderShortName, strProfileName, uMachineId); 1922 1923 /* Stop refreshing machine being deleted: */ 1924 if (containsCloudEntityKey(cloudEntityKeyForMachine)) 1925 pMachineItem->cache()->toCloud()->waitForAsyncInfoUpdateFinished(); 1920 1926 1921 1927 /* Acquire cloud machine: */
Note:
See TracChangeset
for help on using the changeset viewer.