Changeset 18251 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 25, 2009 12:54:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSettingsNetwork.cpp
r18249 r18251 444 444 AssertMsg (item, ("Current item should be selected!\n")); 445 445 446 if (item) 447 { 448 /* Edit current item data */ 449 VBoxGLSettingsNetworkDetails details (this); 450 details.getFromItem (item); 451 if (details.exec() == QDialog::Accepted) 452 { 453 details.putBackToItem(); 454 item->setChanged (true); 455 item->updateInfo(); 456 } 457 458 updateCurrentItem(); 459 mValidator->revalidate(); 460 } 446 /* Edit current item data */ 447 VBoxGLSettingsNetworkDetails details (this); 448 details.getFromItem (item); 449 if (details.exec() == QDialog::Accepted) 450 { 451 details.putBackToItem(); 452 item->setChanged (true); 453 item->updateInfo(); 454 } 455 456 updateCurrentItem(); 457 mValidator->revalidate(); 461 458 } 462 459
Note:
See TracChangeset
for help on using the changeset viewer.