diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-06 11:56:38 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-06 12:10:47 (GMT) |
commit | 4fe7291edcac2688f042a11ff5c23374c6c0375d (patch) | |
tree | 5875dabdc06b69b3d089e030348fa5e6c45336c2 /src/s60installs/eabi/QtCoreu.def | |
parent | 92b6ca830f279cfa9d37946f1fd72843b24e704b (diff) | |
download | Qt-4fe7291edcac2688f042a11ff5c23374c6c0375d.zip Qt-4fe7291edcac2688f042a11ff5c23374c6c0375d.tar.gz Qt-4fe7291edcac2688f042a11ff5c23374c6c0375d.tar.bz2 |
add setNativeArguments() and nativeArguments()
this function enables starting subprocesses which need command lines
which cannot be constructed via the portable list-based api. such cases
would be programs which need quoting rules which diverge from the msvc
runtime.
Reviewed-by: joerg
Task-number: QTBUG-7620 (and various others which boil down to that)
Diffstat (limited to 'src/s60installs/eabi/QtCoreu.def')
-rw-r--r-- | src/s60installs/eabi/QtCoreu.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s60installs/eabi/QtCoreu.def b/src/s60installs/eabi/QtCoreu.def index 7b9e777..46c4885 100644 --- a/src/s60installs/eabi/QtCoreu.def +++ b/src/s60installs/eabi/QtCoreu.def @@ -3709,4 +3709,6 @@ EXPORTS _ZNK7QString13isRightToLeftEv @ 3708 NONAME _ZN16QIODevicePrivate4peekEPcx @ 3709 NONAME _ZN16QIODevicePrivate4peekEx @ 3710 NONAME + _ZN8QProcess18setNativeArgumentsERK7QString @ 3711 NONAME + _ZNK8QProcess15nativeArgumentsEv @ 3712 NONAME |