CommandLineTokenizer Class Reference

Splits command line into separate arguments in a manner appropriate for current OS. More...

#include <commandlinetokenizer.h>

Public Member Functions

QStringList tokenize (const QString &cmdLine)
 

Detailed Description

Splits command line into separate arguments in a manner appropriate for current OS.

  • On Windows WinAPI CommandLineToArgvW() is used.
  • On other systems Scanner is used. Only double quotation mark (") is supported. Single quotation mark is treated like a normal character.

Definition at line 39 of file commandlinetokenizer.h.


The documentation for this class was generated from the following files: