Changeset 10116 in vbox
- Timestamp:
- Jul 2, 2008 3:44:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r10115 r10116 3259 3259 QString result; 3260 3260 3261 QWidget *topParent = mParent ? mParent->window() : qApp->mainWidget();3261 QWidget *topParent = mParent ? mParent->window() : vboxGlobal().mainWindow(); 3262 3262 QString title = mCaption.isNull() ? tr ("Select a directory") : mCaption; 3263 3263 … … 3416 3416 QString title = mCaption.isNull() ? tr ("Select a file") : mCaption; 3417 3417 3418 QWidget *topParent = mParent ? mParent->window() : qApp->mainWidget();3418 QWidget *topParent = mParent ? mParent->window() : vboxGlobal().mainWindow(); 3419 3419 QString winFilters = winFilter (mFilters); 3420 3420 AssertCompile (sizeof (TCHAR) == sizeof (QChar));
Note:
See TracChangeset
for help on using the changeset viewer.