Parent Directory
|
Revision Log
|
Patch
revision 4067 by capela, Sat Oct 28 15:20:20 2023 UTC | revision 4068 by capela, Sat Nov 4 23:27:52 2023 UTC | |
---|---|---|
# | Line 371 bool Options::parse_args ( const QString | Line 371 bool Options::parse_args ( const QString |
371 | iServerPort = iVal; | iServerPort = iVal; |
372 | } | } |
373 | ||
374 | for (const QString& sArg : parser.positionalArguments()) { | foreach (const QString& sArg, parser.positionalArguments()) { |
375 | sessionFiles.append(QFileInfo(sArg).absoluteFilePath()); | sessionFiles.append(QFileInfo(sArg).absoluteFilePath()); |
376 | } | } |
377 |
|
ViewVC Help | |
Powered by ViewVC |