Changeset 34374 in vbox
- Timestamp:
- Nov 25, 2010 2:38:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r34369 r34374 4617 4617 for (int i = 1; i < args.size(); ++i) 4618 4618 { 4619 /* We break out after the first parameter, cause there could be 4620 parameters with arguments (e.g. --comment comment). */ 4621 if (args.at(i).startsWith("-")) 4622 break; 4619 4623 #ifdef Q_WS_MAC 4620 4624 QString strArg = ::darwinResolveAlias(args.at(i)); … … 4623 4627 #endif /* !Q_WS_MAC */ 4624 4628 if ( !strArg.isEmpty() 4625 && !strArg.startsWith("-")4626 4629 && QFile::exists(strArg)) 4627 4630 list << QUrl::fromLocalFile(strArg);
Note:
See TracChangeset
for help on using the changeset viewer.