- Timestamp:
- Mar 27, 2023 3:11:13 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIProgressTaskReadCloudMachineList.cpp
r99186 r99187 81 81 void UIProgressTaskReadCloudMachineList::handleProgressFinished(CProgress &comProgress) 82 82 { 83 /* Check if we already have error-mesage: */ 84 if (!m_strErrorMessage.isEmpty()) 85 return; 86 83 87 /* Handle progress-wrapper errors: */ 84 88 if (comProgress.isNotNull() && !comProgress.GetCanceled() && (!comProgress.isOk() || comProgress.GetResultCode() != 0))
Note:
See TracChangeset
for help on using the changeset viewer.

