Changeset 106074 in vbox
- Timestamp:
- Sep 17, 2024 4:46:47 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r105864 r106074 1104 1104 fSuccess = m_machine.isOk() && comGraphics.isNotNull(); 1105 1105 1106 /* Get machine ID for further activities: */ 1107 QUuid uMachineId; 1108 if (fSuccess) 1109 { 1110 uMachineId = m_machine.GetId(); 1111 fSuccess = m_machine.isOk(); 1112 } 1113 1106 1114 /* Show error message if necessary: */ 1107 1115 if (!fSuccess) … … 1135 1143 } 1136 1144 #endif 1137 /* Get machine ID for further activities: */1138 QUuid uMachineId;1139 if (fSuccess)1140 {1141 uMachineId = m_machine.GetId();1142 fSuccess = m_machine.isOk();1143 }1144 1145 1145 1146 /* Show error message if necessary: */ 1146 1147 if (!fSuccess) 1147 notifyOperationProgressError(UIErrorString::formatErrorInfo( m_machine));1148 notifyOperationProgressError(UIErrorString::formatErrorInfo(comGraphics)); 1148 1149 1149 1150 /* Save guest-screen scale-factor: */
Note:
See TracChangeset
for help on using the changeset viewer.