- Timestamp:
- Nov 25, 2010 11:12:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r34334 r34361 4625 4625 && !strArg.startsWith("-") 4626 4626 && QFile::exists(strArg)) 4627 list << QUrl (strArg);4627 list << QUrl::fromLocalFile(strArg); 4628 4628 } 4629 4629 if (!list.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.