Changeset 82945 in vbox
- Timestamp:
- Jan 31, 2020 3:02:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r82944 r82945 2045 2045 #ifdef VBOX_WS_MAC 2046 2046 /* On Mac OS X this are real alias files, which don't work with the old legacy xml files. */ 2047 && pItem-> settingsFile().endsWith(".vbox", Qt::CaseInsensitive)2047 && pItem->toLocal()->settingsFile().endsWith(".vbox", Qt::CaseInsensitive) 2048 2048 #endif 2049 2049 )
Note:
See TracChangeset
for help on using the changeset viewer.