Changeset 64768 in vbox
- Timestamp:
- Nov 30, 2016 6:18:21 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r64331 r64768 68 68 # include "UIExtraDataManager.h" 69 69 # include "UIDesktopWidgetWatchdog.h" 70 # include "UIModalWindowManager.h" 70 71 # include "VBoxGlobal.h" 71 72 # ifdef VBOX_WS_MAC … … 429 430 QString strTmpFile = strFileName; 430 431 #endif /* !VBOX_WS_MAC */ 431 UISafePointerWizardImportApp pWizard = new UIWizardImportApp(this, strTmpFile); 432 433 /* Use the "safe way" to open stack of Mac OS X Sheets: */ 434 QWidget *pWizardParent = windowManager().realParentWindow(this); 435 UISafePointerWizardImportApp pWizard = new UIWizardImportApp(pWizardParent, strTmpFile); 436 windowManager().registerNewParent(pWizard, pWizardParent); 432 437 pWizard->prepare(); 433 438 if (strFileName.isEmpty() || pWizard->isValid())
Note:
See TracChangeset
for help on using the changeset viewer.