Changeset 44313 in vbox
- Timestamp:
- Jan 18, 2013 1:40:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r44312 r44313 407 407 /* Create and execute corresponding VM settings dialog: */ 408 408 UISettingsDialogMachine dialog(this, 409 strId.isEmpty() ? currentItem()->id() : strId,409 QUuid(strId).isNull() ? currentItem()->id() : strId, 410 410 strCategory, strControl); 411 411 dialog.execute();
Note:
See TracChangeset
for help on using the changeset viewer.