VirtualBox

Ignore:
Timestamp:
Nov 2, 2020 6:21:59 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Move some refresh stuff to separate place to make it reusable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp

    r86786 r86787  
    913913    /* Reload cloud tree: */
    914914    reloadCloudTree();
     915}
     916
     917void UIChooserAbstractModel::createReadCloudMachineListTask(const UICloudEntityKey &guiCloudProfileKey, bool fWithRefresh)
     918{
     919    /* Create list cloud machines task: */
     920    UITaskCloudListMachines *pTask = new UITaskCloudListMachines(guiCloudProfileKey.m_strProviderShortName,
     921                                                                 guiCloudProfileKey.m_strProfileName,
     922                                                                 fWithRefresh);
     923    AssertPtrReturnVoid(pTask);
     924    uiCommon().threadPoolCloud()->enqueueTask(pTask);
    915925}
    916926
     
    11161126
    11171127            /* Create list cloud machines task: */
    1118             UITaskCloudListMachines *pTask = new UITaskCloudListMachines(strProviderShortName,
    1119                                                                          strProfileName,
    1120                                                                          true /* with refresh? */);
    1121             AssertPtrReturnVoid(pTask);
    1122             uiCommon().threadPoolCloud()->enqueueTask(pTask);
     1128            createReadCloudMachineListTask(guiCloudProfileKey, true /* with refresh? */);
    11231129        }
    11241130    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette