Searched defs:strArg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3813 QString strArg = ::darwinResolveAlias(args.at(i)); local
3815 QString strArg = args.at(i); local
3817 if ( !strArg.isEmpty()
3818 && QFile::exists(strArg))
3819 list << QUrl::fromLocalFile(strArg);

Completed in 45 milliseconds