Changeset 27223 in vbox
- Timestamp:
- Mar 9, 2010 4:46:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r27087 r27223 52 52 VBoxVMInformationDlg *id = new VBoxVMInformationDlg(pMachineWindow, Qt::Window); 53 53 id->centerAccording (pMachineWindow->machineWindow()); 54 // TODO_NEW_CORE: this seems not necessary, cause we set WA_DeleteOnClose. 54 55 connect (vboxGlobal().mainWindow(), SIGNAL (closing()), id, SLOT (close())); 55 56 id->setAttribute (Qt::WA_DeleteOnClose);
Note:
See TracChangeset
for help on using the changeset viewer.