VirtualBox

Changeset 99187 in vbox for trunk


Ignore:
Timestamp:
Mar 27, 2023 3:11:13 PM (18 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: While handling cloud machine list read async task we need to check for error-message from initial step, because progress can be initially NULL.

File:
1 edited

Legend:

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

    r99186 r99187  
    8181void UIProgressTaskReadCloudMachineList::handleProgressFinished(CProgress &comProgress)
    8282{
     83    /* Check if we already have error-mesage: */
     84    if (!m_strErrorMessage.isEmpty())
     85        return;
     86
    8387    /* Handle progress-wrapper errors: */
    8488    if (comProgress.isNotNull() && !comProgress.GetCanceled() && (!comProgress.isOk() || comProgress.GetResultCode() != 0))
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