23 #ifndef DOOMSEEKER_COMMANDLINE_H 24 #define DOOMSEEKER_COMMANDLINE_H 27 #include <QStringList> static void escapeArg(QString &arg)
Escapes all characters in the passed string.
Class used for manipulating command line as it should appear in shell or cmd prompt.
static void escapeExecutable(QString &arg)
Escapes the executable path and handles OS X bundles.
static void escapeArgs(QStringList &args)
Escapes all characters in all strings on the list.