Skip to content
Snippets Groups Projects
Commit c68ebeed authored by hjk's avatar hjk Committed by Eike Ziller
Browse files

QtcProcess: Introduce a QtcProcess::Arguments class


This is used to get a platform-agnostic handle on "command line
arguments". It essentially wraps a single QString on Windows,
and a QStringList everywhere else.

As a consequence, several occurrences of #ifdef Q_OS_*
can be removed from the codebase.

Change-Id: Ic93118c1bd0bce0ebb58f416d395dbaebb861772
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent a0d29eeb
No related branches found
No related tags found
No related merge requests found
Showing
with 1246 additions and 1185 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment