Changeset 97484 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 9, 2022 5:34:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerOperationsPanel.cpp
r97483 r97484 220 220 m_pOperationDescriptionLabel->setContextMenuPolicy(Qt::NoContextMenu); 221 221 m_pMainLayout->addWidget(m_pOperationDescriptionLabel, 0, 0, 1, 3); 222 if (!m_comProgress.isNull()) 223 m_pOperationDescriptionLabel->setText(m_comProgress.GetDescription()); 222 224 } 223 225 … … 275 277 Q_UNUSED(uProgressId); 276 278 m_pProgressBar->setValue(iPercent); 277 278 if (m_pOperationDescriptionLabel)279 m_pOperationDescriptionLabel->setText(m_comProgress.GetDescription());280 281 279 } 282 280
Note:
See TracChangeset
for help on using the changeset viewer.