Changeset 102275 in vbox
- Timestamp:
- Nov 23, 2023 2:32:05 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp
r101316 r102275 63 63 #include "CProgress.h" 64 64 #include "CRangedIntegerFormValue.h" 65 #include "CRangedInteger64FormValue.h" 65 66 #include "CRecordingScreenSettings.h" 66 67 #include "CRecordingSettings.h" … … 241 242 { 242 243 CRangedIntegerFormValue comValue(comFormValue); 244 strResult = QString("%1 %2") 245 .arg(comValue.GetInteger()) 246 .arg(QApplication::translate("UICommon", comValue.GetSuffix().toUtf8().constData())); 247 break; 248 } 249 case KFormValueType_RangedInteger64: 250 { 251 CRangedInteger64FormValue comValue(comFormValue); 243 252 strResult = QString("%1 %2") 244 253 .arg(comValue.GetInteger())
Note:
See TracChangeset
for help on using the changeset viewer.

