Changeset 54935 in vbox
- Timestamp:
- Mar 24, 2015 6:50:52 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIAddDiskEncryptionPasswordDialog.cpp
r54833 r54935 411 411 void UIAddDiskEncryptionPasswordDialog::prepare() 412 412 { 413 /* Configure self: */ 414 setWindowModality(Qt::WindowModal); 415 413 416 /* Create main-layout: */ 414 417 QVBoxLayout *pMainLayout = new QVBoxLayout(this); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r54881 r54935 2437 2437 { 2438 2438 /* Create corresponding dialog: */ 2439 QWidget *pDlgParent = windowManager().realParentWindow(activeMachineWindow()); 2439 2440 QPointer<UIAddDiskEncryptionPasswordDialog> pDlg = 2440 new UIAddDiskEncryptionPasswordDialog( activeMachineWindow(),2441 new UIAddDiskEncryptionPasswordDialog(pDlgParent, 2441 2442 machineName(), 2442 2443 encryptedMediums);
Note:
See TracChangeset
for help on using the changeset viewer.